summaryrefslogtreecommitdiff
path: root/boost/signals2/detail/auto_buffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/signals2/detail/auto_buffer.hpp')
-rw-r--r--boost/signals2/detail/auto_buffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/signals2/detail/auto_buffer.hpp b/boost/signals2/detail/auto_buffer.hpp
index c0baf0cee8..bf12e698e2 100644
--- a/boost/signals2/detail/auto_buffer.hpp
+++ b/boost/signals2/detail/auto_buffer.hpp
@@ -8,7 +8,7 @@
#include <boost/detail/workaround.hpp>
-#if defined(_MSC_VER) && (_MSC_VER >= 1200)
+#if defined(_MSC_VER)
# pragma once
#endif