Fixing sp_typeinfo for clang and gcc 4.5.1

[SVN r66031]
This commit is contained in:
Hartmut Kaiser
2010-10-17 02:24:40 +00:00
parent 3c84388186
commit 37f10d500d

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