diff --git a/src/catch2/catch_tostring.hpp b/src/catch2/catch_tostring.hpp index 00893c46..8ea00aeb 100644 --- a/src/catch2/catch_tostring.hpp +++ b/src/catch2/catch_tostring.hpp @@ -475,7 +475,7 @@ namespace Catch { using std::begin; using std::end; - namespace detail { + namespace Detail { template struct void_type { using type = void; @@ -488,10 +488,10 @@ namespace Catch { template struct is_range_impl()))>::type> : std::true_type { }; - } // namespace detail + } // namespace Detail template - struct is_range : detail::is_range_impl { + struct is_range : Detail::is_range_impl { }; #if defined(_MANAGED) // Managed types are never ranges