Boost C++ Libraries: Ticket #6259: Misprint in boost::spirit documentation https://svn.boost.org/trac10/ticket/6259 <p> <a href="http://www.boost.org/doc/libs/1_48_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_1.html">http://www.boost.org/doc/libs/1_48_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_1.html</a> </p> <p> Spirit.Qi now properly collapses attributes generated from optionals embedded inside another optional parser (i.e. -('(' &gt; -int_ &gt;&gt; ')'). That means that attributes like boost::<strong>optiona</strong>&lt;boost::optional&lt;int&gt; &gt; will be collapsed to boost::optional&lt;int&gt;`. Thanks to Peter Schueller for reporting that problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6259 Trac 1.4.3 anonymous Mon, 12 Dec 2011 21:00:54 GMT owner, component changed https://svn.boost.org/trac10/ticket/6259#comment:1 https://svn.boost.org/trac10/ticket/6259#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Joel de Guzman</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">spirit</span> </li> </ul> Ticket anonymous Tue, 13 Dec 2011 00:13:13 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6259#comment:2 https://svn.boost.org/trac10/ticket/6259#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket