Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86042 - trunk/boost/math/tools
From: steveire_at_[hidden]
Date: 2013-09-29 20:36:00


Author: skelly
Date: 2013-09-29 20:35:59 EDT (Sun, 29 Sep 2013)
New Revision: 86042
URL: http://svn.boost.org/trac/boost/changeset/86042

Log:
Math: Remove use of obsolete macro

BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS was defined for old
DMC, which is no longer supported.

 https://svn.boost.org/trac/boost/changeset/85272

Text files modified:
   trunk/boost/math/tools/config.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/math/tools/config.hpp
==============================================================================
--- trunk/boost/math/tools/config.hpp Sun Sep 29 20:22:10 2013 (r86041)
+++ trunk/boost/math/tools/config.hpp 2013-09-29 20:35:59 EDT (Sun, 29 Sep 2013) (r86042)
@@ -109,7 +109,7 @@
 # define BOOST_MATH_NO_NATIVE_LONG_DOUBLE_FP_CLASSIFY
 #endif
 
-#if defined(BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS) || BOOST_WORKAROUND(__SUNPRO_CC, <= 0x590)
+#if BOOST_WORKAROUND(__SUNPRO_CC, <= 0x590)
 
 # include "boost/type.hpp"
 # include "boost/non_type.hpp"
@@ -143,7 +143,7 @@
 # define BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_NON_TYPE_SPEC(t, v)
 
 
-#endif // defined BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
+#endif // __SUNPRO_CC
 
 #if (defined(__SUNPRO_CC) || defined(__hppa) || defined(__GNUC__)) && !defined(BOOST_MATH_SMALL_CONSTANT)
 // Sun's compiler emits a hard error if a constant underflows,


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