diff --git a/include/boost/mpl/quote.hpp b/include/boost/mpl/quote.hpp index 5f39ee6..0db9304 100644 --- a/include/boost/mpl/quote.hpp +++ b/include/boost/mpl/quote.hpp @@ -112,18 +112,13 @@ struct BOOST_PP_CAT(quote,i_) , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value >::type type; }; -#elif !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) +#else : quote_impl< F< BOOST_MPL_PP_PARAMS(i_, U) > , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value > { }; -#else - : quote_impl< aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value > - ::template result_< F< BOOST_MPL_PP_PARAMS(i_, U) > > - { - }; #endif };