
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.

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
participants (2)
-
Richard Crossley
-
Robert Ramey