Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / proto / detail / dont_care.hpp
index 262340e..578af7c 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <boost/config.hpp>
 
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
 # pragma warning(push)
 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined
 #endif
@@ -27,7 +27,7 @@ namespace boost { namespace proto
     }
 }}
 
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
 # pragma warning(pop)
 #endif