forked from Alepha/Alepha
Another file into new module nameing.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user