forked from Alepha/Alepha
A large number of files have had their module namespace renamed
This commit is contained in:
@ -8,7 +8,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
#include <type_traits>
|
||||
#include <functional>
|
||||
|
||||
namespace Alepha::Hydrogen ::detail:: function_traits_module
|
||||
namespace Alepha::Hydrogen ::detail:: function_traits_m
|
||||
{
|
||||
inline namespace exports
|
||||
{
|
||||
@ -78,7 +78,7 @@ namespace Alepha::Hydrogen ::detail:: function_traits_module
|
||||
{};
|
||||
}
|
||||
|
||||
namespace Alepha::Hydrogen::inline exports::inline function_traits_module
|
||||
namespace Alepha::Hydrogen::inline exports::inline function_traits_m
|
||||
{
|
||||
using namespace detail::function_traits_module::exports;
|
||||
using namespace detail::function_traits_m::exports;
|
||||
}
|
||||
|
Reference in New Issue
Block a user