summaryrefslogtreecommitdiff
path: root/boost/range/as_array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/range/as_array.hpp')
-rw-r--r--boost/range/as_array.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/range/as_array.hpp b/boost/range/as_array.hpp
index 0723e6027a..69a158075d 100644
--- a/boost/range/as_array.hpp
+++ b/boost/range/as_array.hpp
@@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_AS_ARRAY_HPP
#define BOOST_RANGE_AS_ARRAY_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1200)
+#if defined(_MSC_VER)
# pragma once
#endif