mirror of
https://github.com/boostorg/core.git
synced 2025-08-15 05:21:06 +02:00
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