id summary reporter owner description type status milestone component version severity resolution keywords cc 4973 ini_parser.hpp doesn't handle sections correctly bernd@… Sebastian Redl "{{{ 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 " Bugs closed To Be Determined property_tree Boost 1.45.0 Problem fixed prabhu.swain@…