2
0
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:
Rose
2022-12-09 11:07:42 -05:00
parent 6c3e9b4467
commit dbb1ae7667
5 changed files with 6 additions and 6 deletions

View File

@@ -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"