2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-14 00:42:38 +00:00

Fixed up config to include <utility> via a wrapper that turns off TR1 inclusion in case the Boost.TR1 lib is in the compilers search path.

Likewise for <complex> in the Math/TR1 components.


[SVN r31387]
This commit is contained in:
John Maddock
2005-10-19 16:38:40 +00:00
parent a4dc75541c
commit 67f638cbef

View File

@@ -10,7 +10,7 @@
// inverse trig complex functions, it also contains all the includes
// that we need to implement all these functions.
//
#include <complex>
#include <boost/config/no_tr1/complex.hpp>
#include <boost/limits.hpp>
#include <math.h> // isnan where available
#include <cmath>