1
0
forked from boostorg/core

Removed tab.

This commit is contained in:
Andrey Semashev
2014-06-07 03:51:27 +04:00
parent e94031ee1f
commit 810e88ba2a

View File

@ -17,7 +17,7 @@ template<class T1, class T2> struct Y1
int main() int main()
{ {
typedef Y1<int, long> T; typedef Y1<int, long> T;
std::cout << boost::core::demangled_name( BOOST_CORE_TYPEID( T ) ); std::cout << boost::core::demangled_name( BOOST_CORE_TYPEID( T ) );
return 0; return 0;
} }