forked from Alepha/Alepha
A large number of files have had their module namespace renamed
This commit is contained in:
@ -16,7 +16,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
// As long as this works on most (all?) modern terminal emulators, this should be
|
||||
// fine.
|
||||
|
||||
namespace Alepha::Hydrogen ::detail:: console_m
|
||||
namespace Alepha::Hydrogen ::detail:: Console_m
|
||||
{
|
||||
inline namespace exports {}
|
||||
|
||||
@ -244,7 +244,7 @@ namespace Alepha::Hydrogen ::detail:: console_m
|
||||
|
||||
}
|
||||
|
||||
namespace Alepha::Hydrogen::inline exports::inline console_m
|
||||
namespace Alepha::Hydrogen::inline exports::inline Console_m
|
||||
{
|
||||
using namespace detail::console_m::exports;
|
||||
using namespace detail::Console_m::exports;
|
||||
}
|
||||
|
Reference in New Issue
Block a user