Boost C++ Libraries: Ticket #4232: Minor documentation feedbacks https://svn.boost.org/trac10/ticket/4232 <p> Hello, </p> <p> On the documentation, I think there is a little "copy-paste" mistake in a Qi parser description spirit/doc/qi/concepts.qbk from line 26 to line 30: </p> <p> The /Parser/ is the most fundamental concept. A Parser has a member function, <code>parse</code>, that accepts a first-last <span class="underline">fwditer</span> pair andreturns bool as its result. The iterators delimit the data being parsed.function <code>parse</code>, that accepts a </p> <p> first-last <span class="underline">fwditer</span> pair and returns <code>bool</code> as its result. The iterators delimit the data being parsed. The Parser's <code>parse</code> member function returns <code>true</code> if the parse succeeds, in which case the first iterator is advanced accordingly. Each Parser can represent a specific pattern or algorithm, or it can be a more complex parser formed as a composition of other Parsers. </p> <p> It should be replaced by: </p> <p> The /Parser/ is the most fundamental concept. A Parser has a member function, <code>parse</code>, that accepts a first-last <span class="underline">fwditer</span> pair and returns bool as its result. The iterators delimit the data being parsed. The Parser's <code>parse</code> member function returns <code>true</code> if the parse succeeds, in which case the first iterator is advanced accordingly. Each Parser can represent a specific pattern or algorithm, or it can be a more complex parser formed as a composition of other Parsers. </p> <p> Best regards, Guillaume </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4232 Trac 1.4.3 anonymous Tue, 18 May 2010 04:57:35 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4232#comment:1 https://svn.boost.org/trac10/ticket/4232#comment:1 <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