From e61e754d561d5914b1a3298774c63ac41c0a37e8 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Fri, 10 Nov 2023 23:24:37 -0500 Subject: [PATCH] Concept hydrogenation. --- Concepts.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Concepts.h b/Concepts.h index 04716ef..6c2c19c 100644 --- a/Concepts.h +++ b/Concepts.h @@ -11,7 +11,7 @@ static_assert( __cplusplus > 2020'99 ); #include "meta.h" #include "function_traits.h" -namespace Alepha::Hydrogen ::detail:: core_concepts +namespace Alepha::Hydrogen ::detail:: Concepts_m { inline namespace exports { @@ -282,7 +282,7 @@ namespace Alepha::Hydrogen ::detail:: core_concepts } } -namespace Alepha::Hydrogen::inline exports::inline core_concepts +namespace Alepha::Hydrogen::inline exports::inline Concepts_m::inline Concepts { - using namespace detail::core_concepts::exports; + using namespace detail::Concepts_m::exports; }