summaryrefslogtreecommitdiff
path: root/boost/xpressive/detail/static/placeholders.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/xpressive/detail/static/placeholders.hpp')
-rw-r--r--boost/xpressive/detail/static/placeholders.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/xpressive/detail/static/placeholders.hpp b/boost/xpressive/detail/static/placeholders.hpp
index 5c95538430..6523fe7ae5 100644
--- a/boost/xpressive/detail/static/placeholders.hpp
+++ b/boost/xpressive/detail/static/placeholders.hpp
@@ -9,7 +9,7 @@
#define BOOST_XPRESSIVE_DETAIL_STATIC_PLACEHOLDERS_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
@@ -113,7 +113,7 @@ struct attribute_placeholder
}}} // namespace boost::xpressive::detail
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma warning(pop)
#endif