summaryrefslogtreecommitdiff
path: root/boost/mp11/detail/mp_count.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/mp11/detail/mp_count.hpp')
-rw-r--r--boost/mp11/detail/mp_count.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/mp11/detail/mp_count.hpp b/boost/mp11/detail/mp_count.hpp
index 4bd19532bd..2daed904c6 100644
--- a/boost/mp11/detail/mp_count.hpp
+++ b/boost/mp11/detail/mp_count.hpp
@@ -72,7 +72,7 @@ namespace detail
template<class L, template<class...> class P> struct mp_count_if_impl;
-#if defined( BOOST_MP11_HAS_FOLD_EXPRESSIONS )
+#if defined( BOOST_MP11_HAS_FOLD_EXPRESSIONS ) && !BOOST_MP11_WORKAROUND( BOOST_MP11_MSVC, < 1920 )
template<template<class...> class L, class... T, template<class...> class P> struct mp_count_if_impl<L<T...>, P>
{