Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / xpressive / detail / static / modifier.hpp
index 82e4a76..fc8ad94 100644 (file)
@@ -9,7 +9,7 @@
 #define BOOST_XPRESSIVE_DETAIL_STATIC_MODIFIER_HPP_EAN_10_04_2005
 
 // MS compatible compilers support #pragma once
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
 # pragma once
 # pragma warning(push)
 # pragma warning(disable : 4510) // default constructor could not be generated
@@ -59,7 +59,7 @@ namespace boost { namespace xpressive { namespace detail
 
 }}}
 
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
 # pragma warning(pop)
 #endif