inline
std::string
to_string( original_exception_type const & x )
{
    return x.value()->name();
}
Example #2
0
 inline
 std::string
 to_string( original_exception_type const & x )
     {
     return core::demangle(x.value()->name());
     }