Subject: [Boost-bugs] [Boost C++ Libraries] #3891: Serialization example (demo.cpp) contains an error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-02-02 16:27:07
#3891: Serialization example (demo.cpp) contains an error
------------------------------------+---------------------------------------
Reporter: JohnWmAustin@⦠| Owner: ramey
Type: Bugs | Status: new
Milestone: Boost 1.42.0 | Component: serialization
Version: Boost 1.41.0 | Severity: Problem
Keywords: |
------------------------------------+---------------------------------------
This is a versioning bug. The code contains the following line:
BOOST_CLASS_VERSION(bus_schedule, 2) which means the driver name is not
deserialized into trip_info within the bus_schedule.
this should be changed to:
BOOST_CLASS_VERSION(bus_schedule::trip_info, 2)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3891> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC