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

@ -10,8 +10,8 @@ static_assert( __cplusplus > 2020'99 );
namespace
{
using Alepha::Hydrogen::exports::types::argcnt_t;
using Alepha::Hydrogen::exports::types::argvec_t;
using Alepha::Hydrogen::exports::types_m::argcnt_t;
using Alepha::Hydrogen::exports::types_m::argvec_t;
namespace util= Alepha::Utility;
using namespace Alepha::Testing::exports;