Re: [Boost-bugs] [Boost C++ Libraries] #1836: bug in serializing wide character strings

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1836: bug in serializing wide character strings
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-30 04:59:14


#1836: bug in serializing wide character strings
-----------------------------------------------+----------------------------
  Reporter: Jeff Faust <jeff_at_[hidden]> | Owner: ramey
      Type: Bugs | Status: assigned
 Milestone: | Component: serialization
   Version: Boost 1.34.1 | Severity: Problem
Resolution: | Keywords: wstring wchar_t
-----------------------------------------------+----------------------------

Comment(by ramey):

 I don't think that data types should be coupled to archives.

 That is, any data that can be serialized to one kind of archive should be
 serializable to ALL kinds of archives. That is why std::wstring must be
 serializable into a text or xml_archive. The real fix is to make
 adjustments so that all characters are rendered. This is not trivial to
 do without a big performance hit. So its and open issue for now.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/1836#comment:8>
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:00 UTC