summaryrefslogtreecommitdiff
path: root/boost/fusion/mpl
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/mpl')
-rw-r--r--boost/fusion/mpl/at.hpp1
-rw-r--r--boost/fusion/mpl/back.hpp1
-rw-r--r--boost/fusion/mpl/begin.hpp1
-rw-r--r--boost/fusion/mpl/clear.hpp1
-rw-r--r--boost/fusion/mpl/detail/clear.hpp1
-rw-r--r--boost/fusion/mpl/empty.hpp1
-rw-r--r--boost/fusion/mpl/end.hpp1
-rw-r--r--boost/fusion/mpl/erase.hpp1
-rw-r--r--boost/fusion/mpl/erase_key.hpp1
-rw-r--r--boost/fusion/mpl/front.hpp1
-rw-r--r--boost/fusion/mpl/has_key.hpp1
-rw-r--r--boost/fusion/mpl/insert.hpp1
-rw-r--r--boost/fusion/mpl/insert_range.hpp1
-rw-r--r--boost/fusion/mpl/pop_back.hpp1
-rw-r--r--boost/fusion/mpl/pop_front.hpp1
-rw-r--r--boost/fusion/mpl/push_back.hpp1
-rw-r--r--boost/fusion/mpl/push_front.hpp1
-rw-r--r--boost/fusion/mpl/size.hpp1
18 files changed, 18 insertions, 0 deletions
diff --git a/boost/fusion/mpl/at.hpp b/boost/fusion/mpl/at.hpp
index 27e95edb5d..ec4b257d7c 100644
--- a/boost/fusion/mpl/at.hpp
+++ b/boost/fusion/mpl/at.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_AT_10022005_1616)
#define FUSION_AT_10022005_1616
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/at.hpp>
#include <boost/fusion/sequence/intrinsic/value_at.hpp>
diff --git a/boost/fusion/mpl/back.hpp b/boost/fusion/mpl/back.hpp
index a516fa738e..631b4ea653 100644
--- a/boost/fusion/mpl/back.hpp
+++ b/boost/fusion/mpl/back.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_BACK_10022005_1620)
#define FUSION_BACK_10022005_1620
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/back.hpp>
#include <boost/fusion/sequence/intrinsic/end.hpp>
#include <boost/fusion/iterator/prior.hpp>
diff --git a/boost/fusion/mpl/begin.hpp b/boost/fusion/mpl/begin.hpp
index c9f92f85e5..f97e82ceb1 100644
--- a/boost/fusion/mpl/begin.hpp
+++ b/boost/fusion/mpl/begin.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_BEGIN_10022005_1620)
#define FUSION_BEGIN_10022005_1620
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/begin_end.hpp>
#include <boost/fusion/sequence/intrinsic/begin.hpp>
#include <boost/fusion/adapted/mpl/detail/begin_impl.hpp>
diff --git a/boost/fusion/mpl/clear.hpp b/boost/fusion/mpl/clear.hpp
index 28d0e5b1dc..745ca0f9c0 100644
--- a/boost/fusion/mpl/clear.hpp
+++ b/boost/fusion/mpl/clear.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_CLEAR_10022005_1817)
#define FUSION_CLEAR_10022005_1817
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/clear.hpp>
#include <boost/fusion/support/tag_of.hpp>
#include <boost/fusion/mpl/detail/clear.hpp>
diff --git a/boost/fusion/mpl/detail/clear.hpp b/boost/fusion/mpl/detail/clear.hpp
index e6e83f610b..9e640daad6 100644
--- a/boost/fusion/mpl/detail/clear.hpp
+++ b/boost/fusion/mpl/detail/clear.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_CLEAR_10022005_1442)
#define FUSION_CLEAR_10022005_1442
+#include <boost/fusion/support/config.hpp>
#include <boost/fusion/container/vector/vector_fwd.hpp>
#include <boost/fusion/container/list/list_fwd.hpp>
#include <boost/fusion/container/map/map_fwd.hpp>
diff --git a/boost/fusion/mpl/empty.hpp b/boost/fusion/mpl/empty.hpp
index 56d0924348..b058ae9503 100644
--- a/boost/fusion/mpl/empty.hpp
+++ b/boost/fusion/mpl/empty.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_EMPTY_10022005_1619)
#define FUSION_EMPTY_10022005_1619
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/empty.hpp>
#include <boost/fusion/sequence/intrinsic/empty.hpp>
diff --git a/boost/fusion/mpl/end.hpp b/boost/fusion/mpl/end.hpp
index 3de5e18881..e5aa8b96c4 100644
--- a/boost/fusion/mpl/end.hpp
+++ b/boost/fusion/mpl/end.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_END_10022005_1619)
#define FUSION_END_10022005_1619
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/begin_end.hpp>
#include <boost/fusion/sequence/intrinsic/end.hpp>
#include <boost/fusion/adapted/mpl/detail/end_impl.hpp>
diff --git a/boost/fusion/mpl/erase.hpp b/boost/fusion/mpl/erase.hpp
index 7566866a98..82d4260fba 100644
--- a/boost/fusion/mpl/erase.hpp
+++ b/boost/fusion/mpl/erase.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_ERASE_10022005_1835)
#define FUSION_ERASE_10022005_1835
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/erase.hpp>
#include <boost/fusion/support/tag_of.hpp>
#include <boost/fusion/algorithm/transformation/erase.hpp>
diff --git a/boost/fusion/mpl/erase_key.hpp b/boost/fusion/mpl/erase_key.hpp
index 9d1df693a9..4dabf04255 100644
--- a/boost/fusion/mpl/erase_key.hpp
+++ b/boost/fusion/mpl/erase_key.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_ERASE_KEY_10022005_1907)
#define FUSION_ERASE_KEY_10022005_1907
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/erase_key.hpp>
#include <boost/fusion/support/tag_of.hpp>
#include <boost/fusion/algorithm/transformation/erase_key.hpp>
diff --git a/boost/fusion/mpl/front.hpp b/boost/fusion/mpl/front.hpp
index 43bbd42f28..45672a6dcb 100644
--- a/boost/fusion/mpl/front.hpp
+++ b/boost/fusion/mpl/front.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_FRONT_10022005_1618)
#define FUSION_FRONT_10022005_1618
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/front.hpp>
#include <boost/fusion/sequence/intrinsic/begin.hpp>
#include <boost/fusion/iterator/value_of.hpp>
diff --git a/boost/fusion/mpl/has_key.hpp b/boost/fusion/mpl/has_key.hpp
index 6ab5ea157f..f1e3359f50 100644
--- a/boost/fusion/mpl/has_key.hpp
+++ b/boost/fusion/mpl/has_key.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_HAS_KEY_10022005_1617)
#define FUSION_HAS_KEY_10022005_1617
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/has_key.hpp>
#include <boost/fusion/sequence/intrinsic/has_key.hpp>
diff --git a/boost/fusion/mpl/insert.hpp b/boost/fusion/mpl/insert.hpp
index d59e54b942..45b5d87d78 100644
--- a/boost/fusion/mpl/insert.hpp
+++ b/boost/fusion/mpl/insert.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_INSERT_10022005_1837)
#define FUSION_INSERT_10022005_1837
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/insert.hpp>
#include <boost/fusion/support/tag_of.hpp>
#include <boost/fusion/algorithm/transformation/insert.hpp>
diff --git a/boost/fusion/mpl/insert_range.hpp b/boost/fusion/mpl/insert_range.hpp
index e8b5b8e6f7..31389ffc44 100644
--- a/boost/fusion/mpl/insert_range.hpp
+++ b/boost/fusion/mpl/insert_range.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_INSERT_RANGE_10022005_1838)
#define FUSION_INSERT_RANGE_10022005_1838
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/insert_range.hpp>
#include <boost/fusion/support/tag_of.hpp>
#include <boost/fusion/algorithm/transformation/insert_range.hpp>
diff --git a/boost/fusion/mpl/pop_back.hpp b/boost/fusion/mpl/pop_back.hpp
index 505daea01d..d91ca8aac4 100644
--- a/boost/fusion/mpl/pop_back.hpp
+++ b/boost/fusion/mpl/pop_back.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_POP_BACK_10022005_1801)
#define FUSION_POP_BACK_10022005_1801
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/pop_back.hpp>
#include <boost/fusion/support/tag_of.hpp>
#include <boost/fusion/algorithm/transformation/pop_back.hpp>
diff --git a/boost/fusion/mpl/pop_front.hpp b/boost/fusion/mpl/pop_front.hpp
index d51cf705ad..5f6533bc32 100644
--- a/boost/fusion/mpl/pop_front.hpp
+++ b/boost/fusion/mpl/pop_front.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_POP_FRONT_10022005_1800)
#define FUSION_POP_FRONT_10022005_1800
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/pop_front.hpp>
#include <boost/fusion/support/tag_of.hpp>
#include <boost/fusion/algorithm/transformation/pop_front.hpp>
diff --git a/boost/fusion/mpl/push_back.hpp b/boost/fusion/mpl/push_back.hpp
index a2348c55b3..8af5456ba6 100644
--- a/boost/fusion/mpl/push_back.hpp
+++ b/boost/fusion/mpl/push_back.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_PUSH_BACK_10022005_1647)
#define FUSION_PUSH_BACK_10022005_1647
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/push_back.hpp>
#include <boost/fusion/support/tag_of.hpp>
#include <boost/fusion/algorithm/transformation/push_back.hpp>
diff --git a/boost/fusion/mpl/push_front.hpp b/boost/fusion/mpl/push_front.hpp
index 5bcf9bbd0b..5978fd6e21 100644
--- a/boost/fusion/mpl/push_front.hpp
+++ b/boost/fusion/mpl/push_front.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_PUSH_FRONT_10022005_1720)
#define FUSION_PUSH_FRONT_10022005_1720
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/push_front.hpp>
#include <boost/fusion/support/tag_of.hpp>
#include <boost/fusion/algorithm/transformation/push_front.hpp>
diff --git a/boost/fusion/mpl/size.hpp b/boost/fusion/mpl/size.hpp
index 1e7f351011..c77e55fbd5 100644
--- a/boost/fusion/mpl/size.hpp
+++ b/boost/fusion/mpl/size.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_SIZE_10022005_1617)
#define FUSION_SIZE_10022005_1617
+#include <boost/fusion/support/config.hpp>
#include <boost/mpl/size.hpp>
#include <boost/fusion/sequence/intrinsic/size.hpp>