summaryrefslogtreecommitdiff
path: root/boost/fusion/container/map/map_fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/map/map_fwd.hpp')
-rw-r--r--boost/fusion/container/map/map_fwd.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/boost/fusion/container/map/map_fwd.hpp b/boost/fusion/container/map/map_fwd.hpp
index 0eca6299ff..992396730c 100644
--- a/boost/fusion/container/map/map_fwd.hpp
+++ b/boost/fusion/container/map/map_fwd.hpp
@@ -23,6 +23,13 @@
# endif
#endif
+// MSVC variadics at this point in time is not ready yet (ICE!)
+#if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1900))
+# if defined(BOOST_FUSION_HAS_VARIADIC_MAP)
+# undef BOOST_FUSION_HAS_VARIADIC_MAP
+# endif
+#endif
+
///////////////////////////////////////////////////////////////////////////////
// With no decltype and variadics, we will use the C++03 version
///////////////////////////////////////////////////////////////////////////////