Boost C++ Libraries: Ticket #12642: Float parser slow without float.h https://svn.boost.org/trac10/ticket/12642 <p> The scaling function for the float/double parser has a fast specialization which is only enabled if the doubles respect standard IEEE-754. This is checked through the preprocessor macro DBL_MAX_10_EXP which is defined in float.h. I think this file should be included in the header or this should at least be mentioned in the docs. </p> <p> <a class="ext-link" href="https://github.com/boostorg/spirit/blob/develop/include/boost/spirit/home/support/detail/pow10.hpp#L47"><span class="icon">​</span>https://github.com/boostorg/spirit/blob/develop/include/boost/spirit/home/support/detail/pow10.hpp#L47</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12642 Trac 1.4.3 Joel de Guzman Fri, 02 Dec 2016 02:03:17 GMT <link>https://svn.boost.org/trac10/ticket/12642#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12642#comment:1</guid> <description> <p> Can you please issue a pull request? Thanks! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Fri, 02 Dec 2016 03:17:58 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/12642#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12642#comment:2</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/12642#comment:1" title="Comment 1">djowel</a>: </p> <blockquote class="citation"> <p> Can you please issue a pull request? Thanks! </p> </blockquote> <p> I'm not certain where and how the header should be included, but I made a simple pull request. </p> <p> <a class="ext-link" href="https://github.com/boostorg/spirit/pull/226"><span class="icon">​</span>https://github.com/boostorg/spirit/pull/226</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Fri, 02 Dec 2016 07:19:18 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/12642#comment:3 https://svn.boost.org/trac10/ticket/12642#comment:3 <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