Boost C++ Libraries: Ticket #6284: qi_parsers/numeric.htm documentation defects https://svn.boost.org/trac10/ticket/6284 <p> A number of numeric parser names are listed without trailing underscore: </p> <p> long_double bin oct hex ulong_long ulong_long(num) long_long long_long(num) </p> <p> The paramerized version of two parsers are missing the (num) parameter: </p> <p> double_ ...Parse a floating point number into a double, a number is matched only if it's num </p> <p> long_double ...Parse a floating point number into a long double, a number is matched only if it's num </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6284 Trac 1.4.3 Hartmut Kaiser Sat, 17 Dec 2011 16:18:54 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6284#comment:1 https://svn.boost.org/trac10/ticket/6284#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/76022" title="Spirit: fixed #6284: qi_parsers/numeric.htm documentation defects">[76022]</a>) Spirit: fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6284" title="#6284: Tasks: qi_parsers/numeric.htm documentation defects (closed: fixed)">#6284</a>: qi_parsers/numeric.htm documentation defects </p> Ticket Hartmut Kaiser Sat, 17 Dec 2011 16:20:38 GMT <link>https://svn.boost.org/trac10/ticket/6284#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6284#comment:2</guid> <description> <p> Replying to <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6284" title="#6284: Tasks: qi_parsers/numeric.htm documentation defects (closed: fixed)">Allan Campbell &lt;allanbcampbell@…&gt;</a>: </p> <blockquote class="citation"> <p> A number of numeric parser names are listed without trailing underscore: </p> <p> long_double bin oct hex ulong_long ulong_long(num) long_long long_long(num) </p> </blockquote> <p> Yes, that's correct. The parser primitives don't have a trailing underscore in their name. </p> <blockquote class="citation"> <p> The paramerized version of two parsers are missing the (num) parameter: </p> <p> double_ ...Parse a floating point number into a double, a number is matched only if it's num </p> <p> long_double ...Parse a floating point number into a long double, a number is matched only if it's num </p> </blockquote> <p> Thanks, that's fixed now. </p> </description> <category>Ticket</category> </item> </channel> </rss>