Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79420 - trunk/boost/math/special_functions
From: john_at_[hidden]
Date: 2012-07-11 13:27:28


Author: johnmaddock
Date: 2012-07-11 13:27:27 EDT (Wed, 11 Jul 2012)
New Revision: 79420
URL: http://svn.boost.org/trac/boost/changeset/79420

Log:
Fix double inclusion of <complex> which causes use of Boost.TR1 to fail.
Fixes #7053.
Text files modified:
   trunk/boost/math/special_functions/math_fwd.hpp | 1 -
   1 files changed, 0 insertions(+), 1 deletions(-)

Modified: trunk/boost/math/special_functions/math_fwd.hpp
==============================================================================
--- trunk/boost/math/special_functions/math_fwd.hpp (original)
+++ trunk/boost/math/special_functions/math_fwd.hpp 2012-07-11 13:27:27 EDT (Wed, 11 Jul 2012)
@@ -28,7 +28,6 @@
 #include <boost/math/policies/policy.hpp>
 #include <boost/mpl/comparison.hpp>
 #include <boost/config/no_tr1/complex.hpp>
-#include <complex>
 
 #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