Opened 11 years ago
Closed 11 years ago
#6259 closed Bugs (fixed)
Misprint in boost::spirit documentation
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost 1.48.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_48_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_1.html
Spirit.Qi now properly collapses attributes generated from optionals embedded inside another optional parser (i.e. -('(' > -int_ >> ')'). That means that attributes like boost::optiona<boost::optional<int> > will be collapsed to boost::optional<int>`. Thanks to Peter Schueller for reporting that problem.
Change History (2)
comment:1 by , 11 years ago
Component: | Documentation → spirit |
---|---|
Owner: | changed from | to
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.