From 2e53b1eb383474c33dd4fcf680ec9b5ec345d7e9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 26 May 2010 17:43:58 +0000 Subject: [PATCH] Applied patch for Sun C++. Refs #4199. [SVN r62245] --- 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 > {