Boost C++ Libraries: Ticket #2974: Error in Karma format example in introduction.qbk https://svn.boost.org/trac10/ticket/2974 <p> In the Spirit 2 <a href="http://www.boost.org/doc/libs/1_38_0/libs/spirit/doc/html/spirit/introduction.html">introduction</a> there is following example of Karma format description: </p> <pre class="wiki">(*int_ &lt;&lt; eol) </pre><p> which, AFAIU, should read </p> <pre class="wiki">*(int_ &lt;&lt; eol) </pre><p> Tiny patch included </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2974 Trac 1.4.3 Mateusz Loskot <mateusz@…> Tue, 28 Apr 2009 21:55:05 GMT attachment set https://svn.boost.org/trac10/ticket/2974 https://svn.boost.org/trac10/ticket/2974 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">spirit-doc-introduction_qbk-r52655.patch</span> </li> </ul> <p> Patch fixing error in Karma format example, generated against trunk <a class="changeset" href="https://svn.boost.org/trac10/changeset/52655" title="Documentation updates and new Doxyfile; new unit test and minor fix; ...">r52655</a> </p> Ticket anonymous Wed, 29 Apr 2009 01:01:13 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2974#comment:1 https://svn.boost.org/trac10/ticket/2974#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> <p> That seems to be fixed already. Strange. Thanks anyways. </p> <p> Regards Hartmut </p> Ticket