Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9483: Can't get (translate) literal values with suffixes out of ptree
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-12-10 15:06:29
#9483: Can't get (translate) literal values with suffixes out of ptree
------------------------------------------------+--------------------------
Reporter: Ricardo Abreu <ricardolafabreu@â¦> | Owner: cornedbee
Type: Bugs | Status: closed
Milestone: To Be Determined | Component:
Version: Boost Development Trunk | property_tree
Resolution: wontfix | Severity: Problem
| Keywords: ptree
| literal suffix
------------------------------------------------+--------------------------
Changes (by cornedbee):
* status: new => closed
* resolution: => wontfix
Comment:
The stream_translator, as it name indicates, uses an iostream
(specifically, a stringstream) to convert data. It is therefore compatible
with the data formats supported by iostreams. C++ language integer literal
syntax is not supported by streams, and thus isn't supported by the
stream_translator. If you need compatibility with such formats, you need
to write your own translator.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9483#comment:1> 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:15 UTC