Boost C++ Libraries: Ticket #3891: Serialization example (demo.cpp) contains an error https://svn.boost.org/trac10/ticket/3891 <p> This is a versioning bug. The code contains the following line: </p> <p> BOOST_CLASS_VERSION(bus_schedule, 2) which means the driver name is not deserialized into trip_info within the bus_schedule. </p> <p> this should be changed to: </p> <p> BOOST_CLASS_VERSION(bus_schedule::trip_info, 2) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3891 Trac 1.4.3 Robert Ramey Wed, 03 Feb 2010 21:51:49 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3891#comment:1 https://svn.boost.org/trac10/ticket/3891#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket