
12 Jan
2010
12 Jan
'10
1:33 p.m.
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.