Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-10-24 04:56:39


Author: pbristow
Date: 2007-10-24 04:56:38 EDT (Wed, 24 Oct 2007)
New Revision: 40402
URL: http://svn.boost.org/trac/boost/changeset/40402

Log:
Removed obselete reference to parameter arity. Previous deletion caused lots of errors. Hope this is now OK.
Text files modified:
   sandbox/math_toolkit/boost/math/policies/policy.hpp | 14 ++------------
   1 files changed, 2 insertions(+), 12 deletions(-)

Modified: sandbox/math_toolkit/boost/math/policies/policy.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/policies/policy.hpp (original)
+++ sandbox/math_toolkit/boost/math/policies/policy.hpp 2007-10-24 04:56:38 EDT (Wed, 24 Oct 2007)
@@ -6,17 +6,7 @@
 #ifndef BOOST_MATH_POLICY_HPP
 #define BOOST_MATH_POLICY_HPP
 
-#if defined (BOOST_MSVC)
-# pragma warning (push)
-# pragma warning (disable: 4005) // 'BOOST_PARAMETER_MAX_ARITY' : macro redefinition
-#endif
-
-// #define BOOST_PARAMETER_MAX_ARITY 15
-// Not now needed at all.
-
-#if defined (BOOST_MSVC)
-# pragma warning (pop)
-#endif
+//#define BOOST_PARAMETER_MAX_ARITY 15
 
 #include <boost/mpl/list.hpp>
 #include <boost/mpl/contains.hpp>
@@ -45,7 +35,7 @@
 namespace tools{
 
 template <class T>
-int digits(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE(T));
+int digits(BOOST_EXPLICIT_TEMPLATE_TYPE(T));
 
 }
 


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