From 340a61af50304eb94d7a613ebb602cd7f4540b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Tue, 27 Jul 2021 21:45:20 +0200 Subject: [PATCH] Always use 'Detail' for the detail namespace --- src/catch2/catch_tostring.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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