Re: [boost] [Serialization] warnings and maybe a 'bug'

Is it possible tha the problem is in the shared_ptr_helper.hpp file in the line 114:    template<class T>    struct non_polymorphic {        static const boost::serialization::extended_type_info *        get_object_identifier(T & t){            return boost::serialization::singleton<                BOOST_DEDUCED_TYPENAME                boost::serialization::type_info_implementation<T>::type  ==>       >::get_const_instance();        }    }; If you compare it with the following code (same file, just below the upper code):    template<class T>    struct polymorphic {        static const boost::serialization::extended_type_info *        get_object_identifier(T & t){            return boost::serialization::singleton<                BOOST_DEDUCED_TYPENAME                boost::serialization::type_info_implementation<T>::type  ==>      Â
References 1. mailto:bernard.cupic@uscs.hr
participants (1)
-
bernard cupic