mirror of
https://github.com/boostorg/core.git
synced 2026-02-03 22:05:36 +01:00
Removed tab.
This commit is contained in:
@@ -17,7 +17,7 @@ template<class T1, class T2> struct Y1
|
||||
|
||||
int main()
|
||||
{
|
||||
typedef Y1<int, long> T;
|
||||
typedef Y1<int, long> T;
|
||||
std::cout << boost::core::demangled_name( BOOST_CORE_TYPEID( T ) );
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user