Merge [62245] to release. Fixes #4199.

[SVN r63825]
This commit is contained in:
Peter Dimov
2010-07-10 20:46:53 +00:00
parent b9d77d877e
commit cfc82854d3

View File

@ -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 >
{