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{} };