Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3925: Property tree documentation has a lot of formatting bugs
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-02-16 14:39:30
#3925: Property tree documentation has a lot of formatting bugs
--------------------------+-------------------------------------------------
Reporter: anonymous | Owner: cornedbee
Type: Tasks | Status: new
Milestone: Boost 1.43.0 | Component: property_tree
Version: Boost 1.42.0 | Severity: Cosmetic
Keywords: |
--------------------------+-------------------------------------------------
Comment(by anonymous):
There's also
http://www.boost.org/doc/libs/1_42_0/doc/html/boost_propertytree/accessing.html
which is just plain wrong on access like:
pt.get<float>('/', "p.a.t.h/t.o/v.a.l.u.e");
This is actually done like this:
pt.get<float>(ptree::path_type("p.a.t.h/t.o/v.a.l.u.e", '/'));
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3925#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:02 UTC