summaryrefslogtreecommitdiff
path: root/boost/fusion/container/vector
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/vector')
-rw-r--r--boost/fusion/container/vector/detail/config.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/boost/fusion/container/vector/detail/config.hpp b/boost/fusion/container/vector/detail/config.hpp
index 2a7aea64a8..718b2d7954 100644
--- a/boost/fusion/container/vector/detail/config.hpp
+++ b/boost/fusion/container/vector/detail/config.hpp
@@ -27,8 +27,7 @@
# endif
#endif
-// Sometimes, MSVC 12 shows compile error with std::size_t of template parameter.
-#if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1800))
+#if BOOST_WORKAROUND(BOOST_MSVC, < 1910)
# if defined(BOOST_FUSION_HAS_VARIADIC_VECTOR)
# undef BOOST_FUSION_HAS_VARIADIC_VECTOR
# endif