mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 13:50:10 +01:00
@@ -74,7 +74,7 @@ template<class T> struct sp_typeid_
|
||||
}
|
||||
};
|
||||
|
||||
template<class T> sp_typeinfo sp_typeid_< T >::ti_( sp_typeid_< T >::name() );
|
||||
template<class T> sp_typeinfo sp_typeid_< T >::ti_ = sp_typeid_< T >::name();
|
||||
|
||||
template<class T> struct sp_typeid_< T & >: sp_typeid_< T >
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user