forked from boostorg/core
Removed tab.
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user