1
0
forked from Alepha/Alepha

Apply the newer namespace rules and layout/formatting.

This commit is contained in:
2024-04-02 23:32:02 -04:00
parent 53a4d91a23
commit 373b07e1c4
31 changed files with 501 additions and 536 deletions

23
types.h
View File

@ -4,21 +4,16 @@ static_assert( __cplusplus > 2020'99 );
#include <Alepha/Alepha.h>
namespace Alepha::Hydrogen
namespace Alepha::Hydrogen ::detail:: types_m
{
inline namespace exports { inline namespace types_m {} }
namespace detail::types_m
inline namespace exports
{
inline namespace exports
{
using argvec_t= const char *const [];
using argcnt_t= int;
}
}
namespace exports::types_m
{
using namespace detail::types_m::exports;
using argvec_t= const char *const [];
using argcnt_t= int;
}
}
namespace Alepha::Hydrogen::inline exports::inline types_m
{
using namespace detail::types_m::exports;
}