From cfc82854d3e8c08c2da0c67788c21f7703a99383 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 10 Jul 2010 20:46:53 +0000 Subject: [PATCH] Merge [62245] to release. Fixes #4199. [SVN r63825] --- include/boost/detail/sp_typeinfo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/sp_typeinfo.hpp b/include/boost/detail/sp_typeinfo.hpp index 636fe27..3ee934f 100644 --- a/include/boost/detail/sp_typeinfo.hpp +++ b/include/boost/detail/sp_typeinfo.hpp @@ -74,7 +74,7 @@ template struct sp_typeid_ } }; -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 > {