[Boost-bugs] [Boost C++ Libraries] #12642: Float parser slow without float.h

Subject: [Boost-bugs] [Boost C++ Libraries] #12642: Float parser slow without float.h
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-12-02 01:42:02


#12642: Float parser slow without float.h
----------------------------------+--------------------------
 Reporter: mihai.babiac@… | Owner: djowel
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: spirit
  Version: Boost 1.61.0 | Severity: Optimization
 Keywords: float float.h cfloat |
----------------------------------+--------------------------
 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.

 https://github.com/boostorg/spirit/blob/develop/include/boost/spirit/home/support/detail/pow10.hpp#L47

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12642>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC