Rodolfo Lima | 8 Oct 01:08

[serialization] extended_type_info_typeid doesn't work with objects with non public destructors

Hi, it seems that in boost::serialization-1.36 the
extended_type_info_typeid and extended_type_info_no_rtti doesn't use
boost::serialization::access to delete the object, hence there are
compile failures when it's used with an object whose destructor isn't
public.

Is there any chances that this will be fixed in boost-1.37?

Regards,
Rodolfo Lima

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Robert Ramey | 8 Oct 02:51

Re: [serialization] extended_type_info_typeid doesn't work with objects with non public destructors

It's alread in the release ready branch.

Robert Ramey

Rodolfo Lima wrote:
> Hi, it seems that in boost::serialization-1.36 the
> extended_type_info_typeid and extended_type_info_no_rtti doesn't use
> boost::serialization::access to delete the object, hence there are
> compile failures when it's used with an object whose destructor isn't
> public.
>
> Is there any chances that this will be fixed in boost-1.37?
>
> Regards,
> Rodolfo Lima
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost 

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Rodolfo Lima | 8 Oct 01:56

Re: [serialization] extended_type_info_typeid doesn't work with objects with non public destructors

Robert Ramey escreveu:
> It's alread in the release ready branch.

Oh, thanks, sorry for not checking there.

Regards,
Rodolfo Lima

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Gmane