forked from Alepha/Alepha
A large number of files have had their module namespace renamed
This commit is contained in:
6
meta.h
6
meta.h
@ -18,7 +18,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
|
||||
#include "type_lisp.h"
|
||||
|
||||
namespace Alepha::Hydrogen ::detail:: meta
|
||||
namespace Alepha::Hydrogen ::detail:: meta_m
|
||||
{
|
||||
inline namespace exports
|
||||
{
|
||||
@ -73,7 +73,7 @@ namespace Alepha::Hydrogen ::detail:: meta
|
||||
}
|
||||
}
|
||||
|
||||
namespace Alepha::Hydrogen::inline exports::inline meta
|
||||
namespace Alepha::Hydrogen::inline exports::inline meta_m
|
||||
{
|
||||
using namespace detail::meta::exports;
|
||||
using namespace detail::meta_m::exports;
|
||||
}
|
||||
|
Reference in New Issue
Block a user