From 6bad057af3d22b3bcb86e9b80c3a26157ba5e27a Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Wed, 25 Oct 2023 04:19:05 -0400 Subject: [PATCH] Migrate `type_lisp` into Hydrogen ABI. --- type_lisp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/type_lisp.h b/type_lisp.h index bd0bfb1..ce71f4f 100644 --- a/type_lisp.h +++ b/type_lisp.h @@ -4,7 +4,7 @@ static_assert( __cplusplus > 2020'00 ); #include -namespace Alepha::inline Cavorite ::detail:: type_lisp +namespace Alepha::Hydrogen ::detail:: type_lisp { inline namespace exports {} @@ -85,7 +85,7 @@ namespace Alepha::inline Cavorite ::detail:: type_lisp } } -namespace Alepha::Cavorite::inline exports::inline type_lisp +namespace Alepha::Hydrogen::inline exports::inline type_lisp { using namespace detail::type_lisp::exports; }