mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Use cfloat instead of float.h
It would be more consistent to use the C++ headers instead of the C ones.
This commit is contained in:
@@ -173,7 +173,7 @@ int main()
|
||||
<< "#ifndef BOOST_MATH_DAUBECHIES_SCALING_INTEGER_GRID_HPP\n"
|
||||
<< "#define BOOST_MATH_DAUBECHIES_SCALING_INTEGER_GRID_HPP\n"
|
||||
<< "#include <array>\n"
|
||||
<< "#include <float.h>\n"
|
||||
<< "#include <cfloat>\n"
|
||||
<< "#include <boost/config.hpp>\n"
|
||||
<< "/*\n"
|
||||
<< "In order to keep the character count as small as possible and speed up\n"
|
||||
|
||||
Reference in New Issue
Block a user