Subject: [Boost-bugs] [Boost C++ Libraries] #4973: ini_parser.hpp doesn't handle sections correctly
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-12-10 14:38:06
#4973: ini_parser.hpp doesn't handle sections correctly
------------------------------+---------------------------------------------
Reporter: bernd@⦠| Owner:
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost 1.45.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
{{{
ptree pt;
pt.put("debug.filename", "tst.log");
pt.put("other", "tst");
}}}
"other" is correctly put in no section
{{{
boost::property_tree::write_ini("tst.ini", pt);
boost::property_tree::read_ini("tst.ini", pt);
}}}
"other" is now suddenly in "debug" section
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4973> 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:05 UTC