Index: detail/sp_typeinfo.hpp =================================================================== --- detail/sp_typeinfo.hpp (revision 61845) +++ detail/sp_typeinfo.hpp (working copy) @@ -74,7 +74,7 @@ } }; -template sp_typeinfo sp_typeid_< T >::ti_( sp_typeid_< T >::name() ); +template sp_typeinfo sp_typeid_< T >::ti_ = sp_typeid_< T >::name(); template struct sp_typeid_< T & >: sp_typeid_< T > {