Applied patch for Sun C++. Refs #4199.

[SVN r62245]
This commit is contained in:
Peter Dimov
2010-05-26 17:43:58 +00:00
parent 37c9a235a5
commit 2e53b1eb38

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 > template<class T> struct sp_typeid_< T & >: sp_typeid_< T >
{ {