diff --git a/include/boost/serialization/shared_ptr_helper.hpp b/include/boost/serialization/shared_ptr_helper.hpp index e5542534f..5766546b3 100644 --- a/include/boost/serialization/shared_ptr_helper.hpp +++ b/include/boost/serialization/shared_ptr_helper.hpp @@ -39,10 +39,10 @@ namespace boost { namespace serialization { #ifndef BOOST_NO_MEMBER_TEMPLATE_FRIENDS -template class SPT > +template class SPT, class U > void load( Archive & ar, - SPT< class U > &t, + SPT< U > &t, const unsigned int file_version ); #endif