summaryrefslogtreecommitdiff
path: root/boost/flyweight/set_factory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/flyweight/set_factory.hpp')
-rw-r--r--boost/flyweight/set_factory.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/flyweight/set_factory.hpp b/boost/flyweight/set_factory.hpp
index 42da89586c..b0eeee75c6 100644
--- a/boost/flyweight/set_factory.hpp
+++ b/boost/flyweight/set_factory.hpp
@@ -9,7 +9,7 @@
#ifndef BOOST_FLYWEIGHT_SET_FACTORY_HPP
#define BOOST_FLYWEIGHT_SET_FACTORY_HPP
-#if defined(_MSC_VER)&&(_MSC_VER>=1200)
+#if defined(_MSC_VER)
#pragma once
#endif