summaryrefslogtreecommitdiff
path: root/boost/assign
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
committerChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
commit08c1e93fa36a49f49325a07fe91ff92c964c2b6c (patch)
tree7a7053ceb8874b28ec4b868d4c49b500008a102e /boost/assign
parentbb4dd8289b351fae6b55e303f189127a394a1edd (diff)
downloadboost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.gz
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.bz2
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.zip
Imported Upstream version 1.57.0upstream/1.57.0
Diffstat (limited to 'boost/assign')
-rw-r--r--boost/assign/assignment_exception.hpp2
-rw-r--r--boost/assign/list_inserter.hpp2
-rw-r--r--boost/assign/list_of.hpp2
-rw-r--r--boost/assign/ptr_list_inserter.hpp2
-rw-r--r--boost/assign/ptr_list_of.hpp2
-rw-r--r--boost/assign/ptr_map_inserter.hpp2
-rw-r--r--boost/assign/std.hpp2
-rw-r--r--boost/assign/std/deque.hpp2
-rw-r--r--boost/assign/std/list.hpp2
-rw-r--r--boost/assign/std/map.hpp2
-rw-r--r--boost/assign/std/queue.hpp2
-rw-r--r--boost/assign/std/set.hpp2
-rw-r--r--boost/assign/std/slist.hpp2
-rw-r--r--boost/assign/std/stack.hpp2
-rw-r--r--boost/assign/std/vector.hpp2
15 files changed, 15 insertions, 15 deletions
diff --git a/boost/assign/assignment_exception.hpp b/boost/assign/assignment_exception.hpp
index 5079c3a82d..96ea41741c 100644
--- a/boost/assign/assignment_exception.hpp
+++ b/boost/assign/assignment_exception.hpp
@@ -12,7 +12,7 @@
#ifndef BOOST_ASSIGN_ASSIGNMENT_EXCEPTION_HPP
#define BOOST_ASSIGN_ASSIGNMENT_EXCEPTION_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/list_inserter.hpp b/boost/assign/list_inserter.hpp
index e67a3c5f5a..46d572c51d 100644
--- a/boost/assign/list_inserter.hpp
+++ b/boost/assign/list_inserter.hpp
@@ -11,7 +11,7 @@
#ifndef BOOST_ASSIGN_LIST_INSERTER_HPP
#define BOOST_ASSIGN_LIST_INSERTER_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/list_of.hpp b/boost/assign/list_of.hpp
index 6da444bf5e..5b995fdda6 100644
--- a/boost/assign/list_of.hpp
+++ b/boost/assign/list_of.hpp
@@ -12,7 +12,7 @@
#ifndef BOOST_ASSIGN_LIST_OF_HPP
#define BOOST_ASSIGN_LIST_OF_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/ptr_list_inserter.hpp b/boost/assign/ptr_list_inserter.hpp
index c2ac3d8bcb..20741f2c9c 100644
--- a/boost/assign/ptr_list_inserter.hpp
+++ b/boost/assign/ptr_list_inserter.hpp
@@ -11,7 +11,7 @@
#ifndef BOOST_ASSIGN_PTR_LIST_INSERTER_HPP
#define BOOST_ASSIGN_PTR_LIST_INSERTER_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/ptr_list_of.hpp b/boost/assign/ptr_list_of.hpp
index 3055ce791b..0ea6cd208b 100644
--- a/boost/assign/ptr_list_of.hpp
+++ b/boost/assign/ptr_list_of.hpp
@@ -12,7 +12,7 @@
#ifndef BOOST_ASSIGN_PTR_LIST_OF_HPP
#define BOOST_ASSIGN_PTR_LIST_OF_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/ptr_map_inserter.hpp b/boost/assign/ptr_map_inserter.hpp
index c45aeb8351..fb180f28fd 100644
--- a/boost/assign/ptr_map_inserter.hpp
+++ b/boost/assign/ptr_map_inserter.hpp
@@ -11,7 +11,7 @@
#ifndef BOOST_ASSIGN_PTR_CONTAINER_PTR_MAP_INSERTER_HPP
#define BOOST_ASSIGN_PTR_CONTAINER_PTR_MAP_INSERTER_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/std.hpp b/boost/assign/std.hpp
index 2cdec96f6e..302ff6a0b5 100644
--- a/boost/assign/std.hpp
+++ b/boost/assign/std.hpp
@@ -11,7 +11,7 @@
#ifndef BOOST_ASSIGN_STD_HPP
#define BOOST_ASSIGN_STD_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/std/deque.hpp b/boost/assign/std/deque.hpp
index 3546a0fc78..f808b70ca3 100644
--- a/boost/assign/std/deque.hpp
+++ b/boost/assign/std/deque.hpp
@@ -12,7 +12,7 @@
#ifndef BOOST_ASSIGN_STD_DEQUE_HPP
#define BOOST_ASSIGN_STD_DEQUE_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/std/list.hpp b/boost/assign/std/list.hpp
index 2404b04663..439006da59 100644
--- a/boost/assign/std/list.hpp
+++ b/boost/assign/std/list.hpp
@@ -12,7 +12,7 @@
#ifndef BOOST_ASSIGN_STD_LIST_HPP
#define BOOST_ASSIGN_STD_LIST_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/std/map.hpp b/boost/assign/std/map.hpp
index 4937492c86..2476a1d96b 100644
--- a/boost/assign/std/map.hpp
+++ b/boost/assign/std/map.hpp
@@ -12,7 +12,7 @@
#ifndef BOOST_ASSIGN_STD_MAP_HPP
#define BOOST_ASSIGN_STD_MAP_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/std/queue.hpp b/boost/assign/std/queue.hpp
index a9dea3955d..d6023e8a12 100644
--- a/boost/assign/std/queue.hpp
+++ b/boost/assign/std/queue.hpp
@@ -12,7 +12,7 @@
#ifndef BOOST_ASSIGN_STD_QUEUE_HPP
#define BOOST_ASSIGN_STD_QUEUE_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/std/set.hpp b/boost/assign/std/set.hpp
index 9ad79ef73a..e4d5ee2f86 100644
--- a/boost/assign/std/set.hpp
+++ b/boost/assign/std/set.hpp
@@ -12,7 +12,7 @@
#ifndef BOOST_ASSIGN_STD_SET_HPP
#define BOOST_ASSIGN_STD_SET_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/std/slist.hpp b/boost/assign/std/slist.hpp
index 6e20f78a82..0704b238ce 100644
--- a/boost/assign/std/slist.hpp
+++ b/boost/assign/std/slist.hpp
@@ -14,7 +14,7 @@
#include <boost/config.hpp>
#ifdef BOOST_HAS_SLIST
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/std/stack.hpp b/boost/assign/std/stack.hpp
index 89f58d9614..e528f169b1 100644
--- a/boost/assign/std/stack.hpp
+++ b/boost/assign/std/stack.hpp
@@ -11,7 +11,7 @@
#ifndef BOOST_ASSIGN_STD_STACK_HPP
#define BOOST_ASSIGN_STD_STACK_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
diff --git a/boost/assign/std/vector.hpp b/boost/assign/std/vector.hpp
index e9f3b7981e..8861de9b43 100644
--- a/boost/assign/std/vector.hpp
+++ b/boost/assign/std/vector.hpp
@@ -11,7 +11,7 @@
#ifndef BOOST_ASSIGN_STD_VECTOR_HPP
#define BOOST_ASSIGN_STD_VECTOR_HPP
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif