Boost logo

Boost :

Subject: Re: [boost] [Archive] oserializer.hpp
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-01-12 11:58:39


This has been fixed. I don't think it's migrated into the release branch
yet though.

Robert Ramey

Richard Crossley wrote:
> The following code from archive/detail/oserializer.hpp on head looks
> rather dubious...
>
>> line 394
> // note:if this exception is thrown, be sure that derived pointer
> // is either registered or exported.
> if(NULL == true_type){
> boost::serialization::throw_exception(
> archive_exception(
> archive_exception::unregistered_class,
> true_type->get_debug_info() // << Here
> )
> );
> }
>
> Regards,
>
> Richard.
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk