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

@ -7,7 +7,7 @@ static_assert( __cplusplus > 2020'99 );
#include <iostream>
#include <mutex>
namespace Alepha::Hydrogen ::detail:: error_stream
namespace Alepha::Hydrogen ::detail:: error_m
{
inline namespace exports {}
@ -59,7 +59,7 @@ namespace Alepha::Hydrogen ::detail:: error_stream
}
}
namespace Alepha::Hydrogen::inline exports::inline error_stream
namespace Alepha::Hydrogen::inline exports::inline error_m
{
using namespace detail::error_stream::exports;
using namespace detail::error_m::exports;
}