Re: [Boost-bugs] [Boost C++ Libraries] #6668: support overloads of read_xxx from boost::filesystem::path

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6668: support overloads of read_xxx from boost::filesystem::path
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-01 09:19:14


#6668: support overloads of read_xxx from boost::filesystem::path
--------------------------------------+-------------------------------------
  Reporter: vanyacpp@… | Owner: cornedbee
      Type: Feature Requests | Status: new
 Milestone: To Be Determined | Component: property_tree
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-------------------------------------

Comment (by gast128@…):

 Maybe this could be extended to a whole data format library. Some
 supported forms:
 - xml
 - json
 - yaml
 - hdf5
 - etc.

 Now property_tree and serialization library implement their own (limited)
 set of xml writing and parsing. Especially Boost.Serialization is very
 critical on the input of xml (e.g. spaces in incorrect places lead to
 errors. In fact the only guaranteed way is to let Boost.Serialization do
 the writing to xml). However a data format library with modern c++ (and
 support for large data sets, i.e. the possibility that the data is not
 loaded in memory at once) is a proposal for its own.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6668#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:12 UTC