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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user