Opened 12 years ago
Closed 11 years ago
#5101 closed Bugs (fixed)
pt.__ptree_add__() In Example
Reported by: | Owned by: | Sebastian Redl | |
---|---|---|---|
Milestone: | To Be Determined | Component: | property_tree |
Version: | Boost 1.45.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
There appears to be QuickBook markup error in the Five Minute Tutorial's save() example. Instead of pt.add("debug.modules.module", name);
, one finds pt.__ptree_add__("debug.modules.module", name);
.
Note:
See TracTickets
for help on using tickets.
Fixed in r71994.