1
0
forked from Alepha/Alepha

Testing improvements.

This commit is contained in:
2023-11-12 00:12:40 -05:00
parent 50cc5b2857
commit 057aa27cb7
4 changed files with 108 additions and 34 deletions

View File

@ -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() );
}