2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Move cstdfloat details to <boost/math/cstdfloat/*.hpp>.

This commit is contained in:
ckormanyos
2014-02-23 18:46:46 +01:00
parent 6c378cf6d6
commit a0454df5e4
13 changed files with 31 additions and 30 deletions

View File

@@ -13,7 +13,7 @@
#include <iomanip>
#include <sstream>
#include <string>
#include <boost/detail/cstdfloat_types.hpp>
#include <boost/math/cstdfloat/cstdfloat_types.hpp>
#ifdef _MSC_VER
# pragma warning(disable : 4127) // conditional expression is constant.