|
Boost-Commit : |
From: john_at_[hidden]
Date: 2007-09-15 07:20:25
Author: johnmaddock
Date: 2007-09-15 07:20:24 EDT (Sat, 15 Sep 2007)
New Revision: 39297
URL: http://svn.boost.org/trac/boost/changeset/39297
Log:
Fix for Boost.TR1 compatibility: it prevents recursive includes if we do things this way.
Text files modified:
sandbox/math_toolkit/boost/math/special_functions/math_fwd.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/math_toolkit/boost/math/special_functions/math_fwd.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/math_fwd.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/math_fwd.hpp 2007-09-15 07:20:24 EDT (Sat, 15 Sep 2007)
@@ -22,7 +22,7 @@
#include <boost/math/tools/promotion.hpp> // for argument promotion.
#include <boost/math/policies/policy.hpp>
#include <boost/mpl/comparison.hpp>
-#include <complex>
+#include <boost/config/no_tr1/complex.hpp>
#define BOOST_NO_MACRO_EXPAND /**/
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