19 auto realname = std::unique_ptr<char, decltype( free )*>(
20 abi::__cxa_demangle(
typeid( T ).name(),
nullptr,
nullptr, &status ), free );
22 cout <<
" '" << realname.get() <<
"': (" << +std::numeric_limits<T>::min() <<
", "
23 << +std::numeric_limits<T>::max() <<
"),\n";