1
0
forked from Alepha/Alepha

Another file into new module nameing.

This commit is contained in:
2023-11-05 21:55:22 -05:00
parent 5818049a0f
commit 40f6d30da6

View File

@ -12,7 +12,7 @@ static_assert( __cplusplus > 2020'00 );
#include <string_view>
#include <typeindex>
namespace Alepha::Hydrogen ::detail:: exceptions
namespace Alepha::Hydrogen ::detail:: Exception_m
{
inline namespace exports
{
@ -542,7 +542,7 @@ namespace Alepha::Hydrogen ::detail:: exceptions
}
}
namespace Alepha::Hydrogen::inline exports::inline exceptions
namespace Alepha::Hydrogen::inline exports::inline Exception_m
{
using namespace detail::exceptions::exports;
using namespace detail::Exception_m::exports;
}