summaryrefslogtreecommitdiff
path: root/boost/xpressive/detail/core/regex_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/xpressive/detail/core/regex_impl.hpp')
-rw-r--r--boost/xpressive/detail/core/regex_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/xpressive/detail/core/regex_impl.hpp b/boost/xpressive/detail/core/regex_impl.hpp
index 8c3194632b..ba9a96af66 100644
--- a/boost/xpressive/detail/core/regex_impl.hpp
+++ b/boost/xpressive/detail/core/regex_impl.hpp
@@ -9,7 +9,7 @@
#define BOOST_XPRESSIVE_DETAIL_CORE_REGEX_IMPL_HPP_EAN_10_04_2005
// MS compatible compilers support #pragma once
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif