forked from Alepha/Alepha
Apply the newer namespace rules and layout/formatting.
This commit is contained in:
23
types.h
23
types.h
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user