1
0
forked from Alepha/Alepha

A large number of files have had their module namespace renamed

This commit is contained in:
2023-11-12 05:03:26 -05:00
parent 057aa27cb7
commit 5db7ad01f8
21 changed files with 60 additions and 58 deletions

View File

@ -61,7 +61,7 @@ static auto init= Alepha::Utility::enroll <=[]
{
using namespace Alepha::Testing::exports;
using namespace Alepha::Testing::literals::test_literals;
using namespace Alepha::IOStreams::exports::string;
using namespace Alepha::IOStreams::exports::String_m;
"Simple OStream (default delimiter)"_test <=TableTest< stringify_default >
::Cases

View File

@ -8,7 +8,7 @@ static_assert( __cplusplus > 2020'99 );
#include <Alepha/Concepts.h>
namespace Alepha::Hydrogen::IOStreams ::detail:: string
namespace Alepha::Hydrogen::IOStreams ::detail:: String_m
{
inline namespace exports
{
@ -55,7 +55,7 @@ namespace Alepha::Hydrogen::IOStreams ::detail:: string
}
}
namespace Alepha::Hydrogen::IOStreams::inline exports::inline string
namespace Alepha::Hydrogen::IOStreams::inline exports::inline String_m
{
using namespace detail::string::exports;
using namespace detail::String_m::exports;
}