Subject: [Boost-bugs] [Boost C++ Libraries] #1837: Base class missed in binary_wiarchive
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-18 09:43:33
#1837: Base class missed in binary_wiarchive
----------------------------------------------+-----------------------------
Reporter: Ostap Kutsyy <ostapkl_at_[hidden]> | Owner: ramey
Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: serialization
Version: Boost 1.35.0 | Severity: Problem
Keywords: binary_wiarchive, shared_ptr |
----------------------------------------------+-----------------------------
Inheritance from detail::shared_ptr_helper is missing for binary_wiarchive
class. So if once tries to serialize shared_ptr to binary_wiarchive, the
error occurs:[[BR]]
'reset' : is not a member of 'boost::archive::binary_wiarchive'[[BR]]
Inheritance should be added to boost\archive\binary_wiarchive.hpp line 70.
I've attached the modified sample programm demo.cpp which reproduces this
error.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1837>
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:49:57 UTC