Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82558 - trunk/boost/math/policies
From: john_at_[hidden]
Date: 2013-01-20 04:59:08


Author: johnmaddock
Date: 2013-01-20 04:59:07 EST (Sun, 20 Jan 2013)
New Revision: 82558
URL: http://svn.boost.org/trac/boost/changeset/82558

Log:
Fix needed for TR1 lib.
Text files modified:
   trunk/boost/math/policies/error_handling.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/math/policies/error_handling.hpp
==============================================================================
--- trunk/boost/math/policies/error_handling.hpp (original)
+++ trunk/boost/math/policies/error_handling.hpp 2013-01-20 04:59:07 EST (Sun, 20 Jan 2013)
@@ -12,7 +12,7 @@
 #include <iomanip>
 #include <string>
 #include <cerrno>
-#include <complex>
+#include <boost/config/no_tr1/complex.hpp>
 #include <boost/config/no_tr1/cmath.hpp>
 #include <stdexcept>
 #include <boost/math/tools/config.hpp>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk