From 2d7414f09558d45e10442532287c80ca058ca47f Mon Sep 17 00:00:00 2001 From: CromwellEnage <32967088+CromwellEnage@users.noreply.github.com> Date: Fri, 28 Jun 2019 05:55:16 -0400 Subject: [PATCH] Remove unnecessary BOOST_CONSTEXPR occurrences Fix Issue #86. --- include/boost/parameter/aux_/has_nested_template_fn.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/parameter/aux_/has_nested_template_fn.hpp b/include/boost/parameter/aux_/has_nested_template_fn.hpp index 05df539..e68857d 100644 --- a/include/boost/parameter/aux_/has_nested_template_fn.hpp +++ b/include/boost/parameter/aux_/has_nested_template_fn.hpp @@ -36,11 +36,11 @@ namespace boost { namespace parameter { namespace aux { class has_nested_template_fn_impl { template - static BOOST_CONSTEXPR ::boost::parameter::aux::no_tag _check(...); + static ::boost::parameter::aux::no_tag _check(...); #if defined(BOOST_PARAMETER_CAN_USE_MP11) template - static BOOST_CONSTEXPR ::boost::parameter::aux::yes_tag + static ::boost::parameter::aux::yes_tag _check( ::boost::mp11::mp_identity const volatile* , ::boost::parameter::aux::has_nested_template_fn_variadic<