forked from Alepha/Alepha
Apply the newer namespace rules and layout/formatting.
This commit is contained in:
@ -7,7 +7,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
#include <tuple>
|
||||
#include <utility>
|
||||
|
||||
namespace Alepha::Hydrogen::Utility ::detail:: evaluation_helpers
|
||||
namespace Alepha::Hydrogen::Utility ::detail:: evaluation_helpers_m
|
||||
{
|
||||
inline namespace exports
|
||||
{
|
||||
@ -165,7 +165,7 @@ namespace Alepha::Hydrogen::Utility ::detail:: evaluation_helpers
|
||||
}
|
||||
}
|
||||
|
||||
namespace Alepha::Hydrogen::Utility::inline exports::inline evaluation_helpers
|
||||
namespace Alepha::Hydrogen::Utility::inline exports::inline evaluation_helpers_m
|
||||
{
|
||||
using namespace detail::evaluation_helpers::exports;
|
||||
using namespace detail::evaluation_helpers_m::exports;
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
|
||||
#include <boost/core/demangle.hpp>
|
||||
|
||||
namespace Alepha::Hydrogen::Utility::detail::fancyTypeName_m
|
||||
namespace Alepha::Hydrogen::Utility ::detail:: fancyTypeName_m
|
||||
{
|
||||
std::string
|
||||
exports::fancyTypeName( const std::type_index idx )
|
||||
|
Reference in New Issue
Block a user