forked from Alepha/Alepha
A large number of files have had their module namespace renamed
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user