Opened 7 years ago
Closed 7 years ago
#11367 closed Bugs (fixed)
Property tree missing docs
| Reported by: | Owned by: | Matias Capeletto | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | property_tree |
| Version: | Boost 1.58.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Class template basic_ptree's docs are missing for 1.58.
The following is present, but changing 57 to 58 results in a 404.
http://www.boost.org/doc/libs/1_57_0/doc/html/boost/property_tree/basic_ptree.html
Similarly on the following page, the section for basic_ptree.h is empty in 58:
Change History (1)
comment:1 by , 7 years ago
| Component: | Documentation → property_tree |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

It's back in 1.59 under ptree_fwd, so I guess someone fixed it somewhere.