diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index 527e567c..733e0144 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -352,8 +352,6 @@ template struct is_range { * that should be formatted by iterating over the underlying container. * */ - - namespace detail { template @@ -771,7 +769,6 @@ template struct all { auto end() const -> typename Container::const_iterator { return c.end(); } }; } // namespace detail - FMT_EXPORT template struct is_container_adaptor : detail::is_container_adaptor_like {};