|
Boost : |
Subject: Re: [boost] [Serialization] warnings and maybe a 'bug'
From: bernard cupic (bernard.cupic_at_[hidden])
Date: 2009-11-26 03:58:31
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
à ==>à à à à à à Ã
>::get_const_instance().get_derived_extended_type_info(t);
à à à à à à à }
à à à };
it smells like a bug to me.
Best regards.
-- Bernard Cupic Software Development Manager USCS d.o.o. Flaciusova 1, HR-52100 Pula e-mail: [1]bernard.cupic_at_[hidden] tel/fax: +385 52 380 687 References 1. mailto:bernard.cupic_at_[hidden]
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk