Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12141: XML serialization broken
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-09-26 09:34:52
#12141: XML serialization broken
-------------------------------------+-------------------------------------
Reporter: Tony Lewis | Owner: ramey
<tonyelewis@â¦> | Status: reopened
Type: Bugs | Component: serialization
Milestone: To Be Determined | Severity: Regression
Version: Boost 1.61.0 | Keywords:
Resolution: | serialization,xml,regression,tag
-------------------------------------+-------------------------------------
Comment (by mark.incley@â¦):
The problem still in Boost 1.62 Beta 1 (and Beta 2) only occurs with the
wide XML archiver (xml_woarchive) and not the narrow one (xml_oarchive),
and seems to be due to the difference in behaviour (other than char types)
between:
{{{
xml_oarchive_impl<Archive>::save(const char * s)
}}}
and
{{{
xml_woarchive_impl<Archive>::save(const wchar_t * ws)
}}}
Mark.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12141#comment:7> 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:20 UTC