mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 22:00:17 +01:00
Add test for enums
This commit is contained in:
@@ -89,6 +89,11 @@ template<class T> std::string typeid_name()
|
||||
r = r.substr( 7 );
|
||||
}
|
||||
|
||||
if( r.substr( 0, 5 ) == "enum " )
|
||||
{
|
||||
r = r.substr( 5 );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// libc++ inline namespace
|
||||
|
||||
Reference in New Issue
Block a user