From c92eeb0a2a9c68fd3e9129972f2ee27782ff11a9 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 21 Oct 2023 00:19:11 -0400 Subject: [PATCH] Put string algorithms into `Hydrogen` ABI. --- string_algorithms.cpp | 2 +- string_algorithms.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/string_algorithms.cpp b/string_algorithms.cpp index 8befb00..db3c9d8 100644 --- a/string_algorithms.cpp +++ b/string_algorithms.cpp @@ -9,7 +9,7 @@ static_assert( __cplusplus > 2020'00 ); #include "error.h" #include "AutoRAII.h" -namespace Alepha::Cavorite ::detail:: string_algorithms +namespace Alepha::Hydrogen ::detail:: string_algorithms { namespace { diff --git a/string_algorithms.h b/string_algorithms.h index 140610c..184fa3e 100644 --- a/string_algorithms.h +++ b/string_algorithms.h @@ -18,7 +18,7 @@ static_assert( __cplusplus > 2020'00 ); #include -namespace Alepha::inline Cavorite ::detail:: string_algorithms +namespace Alepha::Hydrogen ::detail:: string_algorithms { inline namespace exports {} @@ -99,7 +99,7 @@ namespace Alepha::inline Cavorite ::detail:: string_algorithms } } -namespace Alepha::Cavorite::inline exports::inline string_algorithms +namespace Alepha::Hydrogen::inline exports::inline string_algorithms { using namespace detail::string_algorithms::exports; }