summaryrefslogtreecommitdiff
path: root/boost/proto/domain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/proto/domain.hpp')
-rw-r--r--boost/proto/domain.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/proto/domain.hpp b/boost/proto/domain.hpp
index 44bc45d36b..33dabeba49 100644
--- a/boost/proto/domain.hpp
+++ b/boost/proto/domain.hpp
@@ -18,7 +18,7 @@
#include <boost/proto/detail/as_expr.hpp>
#include <boost/proto/detail/deduce_domain.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
@@ -330,7 +330,7 @@ namespace boost { namespace proto
}}
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma warning(pop)
#endif