summaryrefslogtreecommitdiff
path: root/boost/variant/detail/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/variant/detail/config.hpp')
-rw-r--r--boost/variant/detail/config.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/boost/variant/detail/config.hpp b/boost/variant/detail/config.hpp
index eb18201fb6..84564a46b1 100644
--- a/boost/variant/detail/config.hpp
+++ b/boost/variant/detail/config.hpp
@@ -21,7 +21,6 @@
//
#if BOOST_WORKAROUND(__MWERKS__, <= 0x3201) \
|| BOOST_WORKAROUND(BOOST_INTEL, <= 700) \
- || BOOST_WORKAROUND(BOOST_MSVC, <= 1300) \
&& !defined(BOOST_VARIANT_AUX_BROKEN_CONSTRUCTOR_TEMPLATE_ORDERING)
# define BOOST_VARIANT_AUX_BROKEN_CONSTRUCTOR_TEMPLATE_ORDERING
#endif