$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85885 - trunk/boost/mpl
From: steveire_at_[hidden]
Date: 2013-09-25 04:26:10
Author: skelly
Date: 2013-09-25 04:26:10 EDT (Wed, 25 Sep 2013)
New Revision: 85885
URL: http://svn.boost.org/trac/boost/changeset/85885
Log:
MPL: Remove use of obsolete BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
This macro is no longer defined for any compiler.
Text files modified: 
   trunk/boost/mpl/has_xxx.hpp |     6 +-----                                  
   1 files changed, 1 insertions(+), 5 deletions(-)
Modified: trunk/boost/mpl/has_xxx.hpp
==============================================================================
--- trunk/boost/mpl/has_xxx.hpp	Wed Sep 25 04:13:57 2013	(r85884)
+++ trunk/boost/mpl/has_xxx.hpp	2013-09-25 04:26:10 EDT (Wed, 25 Sep 2013)	(r85885)
@@ -296,11 +296,7 @@
 #   endif
 
 #   if !defined(BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION)
-#     if (defined(BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS))
-#       define BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION 1
-#     else
-#       define BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION 0
-#     endif
+#     define BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION 0
 #   endif
 
 #   if !defined(BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE)