Opened 12 years ago
Closed 8 years ago
#4973 closed Bugs (fixed)
ini_parser.hpp doesn't handle sections correctly
Reported by: | Owned by: | Sebastian Redl | |
---|---|---|---|
Milestone: | To Be Determined | Component: | property_tree |
Version: | Boost 1.45.0 | Severity: | Problem |
Keywords: | Cc: | prabhu.swain@… |
Description
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
Change History (5)
comment:1 by , 12 years ago
Component: | None → property_tree |
---|---|
Owner: | set to |
comment:2 by , 12 years ago
Cc: | added |
---|
comment:5 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merged to master in commit 3befb8cbe4.
Note:
See TracTickets
for help on using tickets.