From 7553289283091e89db7aafa402211e84834b23dd Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Wed, 25 Oct 2023 03:32:37 -0400 Subject: [PATCH] Move concepts to Hydrogen ABI. --- Concepts.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Concepts.h b/Concepts.h index ef48216..0f36a96 100644 --- a/Concepts.h +++ b/Concepts.h @@ -2,6 +2,8 @@ static_assert( __cplusplus > 2020'00 ); #pragma once +#include + #include #include #include @@ -9,7 +11,7 @@ static_assert( __cplusplus > 2020'00 ); #include "meta.h" #include "function_traits.h" -namespace Alepha::inline Cavorite ::detail:: core_concepts +namespace Alepha::Hydrogen ::detail:: core_concepts { inline namespace exports { @@ -278,7 +280,7 @@ namespace Alepha::inline Cavorite ::detail:: core_concepts } } -namespace Alepha::Cavorite::inline exports::inline core_concepts +namespace Alepha::Hydrogen::inline exports::inline core_concepts { using namespace detail::core_concepts::exports; }