Subject: [Boost-bugs] [Boost C++ Libraries] #8300: class_name_type is not bitwise serializable
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-17 21:43:03
#8300: class_name_type is not bitwise serializable
-------------------------------------+--------------------------------------
Reporter: anonymous | Owner: ramey
Type: Bugs | Status: new
Milestone: To Be Determined | Component: serialization
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
class_name_type is defined to be bitwise serializable, but it contains a
char pointer meant to be a string.
in the archive types that come with boost there is an explicit
save_override to convert it to a std::string, but if you implement an own
archive and determine how to save a type using is_bitwise_serializable,
you end up saving a pointer bitwise.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8300> 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:12 UTC