|
Boost-Commit : |
From: john_at_[hidden]
Date: 2008-09-01 07:08:33
Author: johnmaddock
Date: 2008-09-01 07:08:33 EDT (Mon, 01 Sep 2008)
New Revision: 48510
URL: http://svn.boost.org/trac/boost/changeset/48510
Log:
Fix gcc-4.x errors.
Text files modified:
trunk/boost/math/concepts/std_real_concept.hpp | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
Modified: trunk/boost/math/concepts/std_real_concept.hpp
==============================================================================
--- trunk/boost/math/concepts/std_real_concept.hpp (original)
+++ trunk/boost/math/concepts/std_real_concept.hpp 2008-09-01 07:08:33 EDT (Mon, 01 Sep 2008)
@@ -18,7 +18,6 @@
#include <boost/config.hpp>
#include <boost/limits.hpp>
-#include <boost/math/tools/precision.hpp>
#include <boost/math/policies/policy.hpp>
#include <boost/math/special_functions/math_fwd.hpp>
@@ -316,7 +315,11 @@
}
} // namespace concepts
+}}
+
+#include <boost/math/tools/precision.hpp>
+namespace boost{ namespace math{
namespace tools
{
@@ -374,3 +377,4 @@
#endif // BOOST_MATH_STD_REAL_CONCEPT_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