Opened 11 years ago

Closed 11 years ago

#6259 closed Bugs (fixed)

Misprint in boost::spirit documentation

Reported by: Filippov Aleksey <sarum9in@…> 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 anonymous, 11 years ago

Component: Documentationspirit
Owner: changed from Matias Capeletto to Joel de Guzman

comment:2 by anonymous, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.