forked from Alepha/Alepha
Testing improvements.
This commit is contained in:
@ -7,7 +7,7 @@ static_assert( __cplusplus > 2020'99 );
|
||||
namespace Alepha::Hydrogen::Utility::detail::fancyTypeName_m
|
||||
{
|
||||
std::string
|
||||
fancyTypeName( const std::type_index idx )
|
||||
exports::fancyTypeName( const std::type_index idx )
|
||||
{
|
||||
return boost::core::demangle( idx.name() );
|
||||
}
|
||||
|
Reference in New Issue
Block a user