Ticket #4199: boost_detail_typeinfo_SunPro.diff

File boost_detail_typeinfo_SunPro.diff, 440 bytes (added by nstewart@…, 12 years ago)

Patch for boost/detail/sp_typeinfo.hpp

  • detail/sp_typeinfo.hpp

     
    7474    }
    7575};
    7676
    77 template<class T> sp_typeinfo sp_typeid_< T >::ti_( sp_typeid_< T >::name() );
     77template<class T> sp_typeinfo sp_typeid_< T >::ti_ = sp_typeid_< T >::name();
    7878
    7979template<class T> struct sp_typeid_< T & >: sp_typeid_< T >
    8080{