From 8e8f2d37df4140a26ee47dcfbc59e5463772a8cb Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 25 Sep 2013 10:28:28 +0000 Subject: [PATCH] Remove use of BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS [SVN r85893] --- include/boost/math/constants/constants.hpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/include/boost/math/constants/constants.hpp b/include/boost/math/constants/constants.hpp index 6ba59eed4..1601e8ac4 100644 --- a/include/boost/math/constants/constants.hpp +++ b/include/boost/math/constants/constants.hpp @@ -151,11 +151,7 @@ namespace boost{ namespace math { initializer() { - F( - #ifdef BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS - 0 - #endif - ); + F(); } void force_instantiate()const{} }; @@ -177,11 +173,7 @@ namespace boost{ namespace math { initializer() { - F( - #ifdef BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS - mpl::int_() , 0 - #endif - ); + F(); } void force_instantiate()const{} };