From 602147bf317e4794273e22f78c36c91c93e7fdd2 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 10 Sep 2017 03:52:48 +0300 Subject: [PATCH] Revert "Include workaround.hpp from Config" This reverts commit 308e5b6edb4ae03738e97f51f7c03a631b4126ad. For compatibility with 1.64, it's better not to use config/workaround.hpp yet. --- include/boost/mp11/algorithm.hpp | 2 +- include/boost/mp11/detail/config.hpp | 2 +- include/boost/mp11/detail/mp_append.hpp | 2 +- include/boost/mp11/detail/mp_plus.hpp | 2 +- include/boost/mp11/list.hpp | 2 +- include/boost/mp11/tuple.hpp | 2 +- include/boost/mp11/utility.hpp | 2 +- test/construct_from_tuple.cpp | 2 +- test/mp_fold.cpp | 2 +- test/mp_for_each.cpp | 2 +- test/mp_reverse.cpp | 2 +- test/mp_reverse_fold.cpp | 2 +- test/mp_with_index.cpp | 2 +- test/mp_with_index_cx.cpp | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/include/boost/mp11/algorithm.hpp b/include/boost/mp11/algorithm.hpp index e3a5904..8edb750 100644 --- a/include/boost/mp11/algorithm.hpp +++ b/include/boost/mp11/algorithm.hpp @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include diff --git a/include/boost/mp11/detail/config.hpp b/include/boost/mp11/detail/config.hpp index 489914d..68413d7 100644 --- a/include/boost/mp11/detail/config.hpp +++ b/include/boost/mp11/detail/config.hpp @@ -9,7 +9,7 @@ // http://www.boost.org/LICENSE_1_0.txt #include -#include +#include #if defined( BOOST_NO_CXX11_CONSTEXPR ) diff --git a/include/boost/mp11/detail/mp_append.hpp b/include/boost/mp11/detail/mp_append.hpp index e58c8a7..67ac03e 100644 --- a/include/boost/mp11/detail/mp_append.hpp +++ b/include/boost/mp11/detail/mp_append.hpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include namespace boost { diff --git a/include/boost/mp11/detail/mp_plus.hpp b/include/boost/mp11/detail/mp_plus.hpp index f6d75ac..1028fa5 100644 --- a/include/boost/mp11/detail/mp_plus.hpp +++ b/include/boost/mp11/detail/mp_plus.hpp @@ -9,7 +9,7 @@ // http://www.boost.org/LICENSE_1_0.txt #include -#include +#include #include namespace boost diff --git a/include/boost/mp11/list.hpp b/include/boost/mp11/list.hpp index a2bc36a..8e9288f 100644 --- a/include/boost/mp11/list.hpp +++ b/include/boost/mp11/list.hpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include namespace boost { diff --git a/include/boost/mp11/tuple.hpp b/include/boost/mp11/tuple.hpp index 38e9094..afcd119 100644 --- a/include/boost/mp11/tuple.hpp +++ b/include/boost/mp11/tuple.hpp @@ -10,7 +10,7 @@ #include #include -#include +#include #include #include #include diff --git a/include/boost/mp11/utility.hpp b/include/boost/mp11/utility.hpp index 4d961ef..f82d613 100644 --- a/include/boost/mp11/utility.hpp +++ b/include/boost/mp11/utility.hpp @@ -10,7 +10,7 @@ #include #include -#include +#include namespace boost { diff --git a/test/construct_from_tuple.cpp b/test/construct_from_tuple.cpp index 5c15ccc..d56bd3c 100644 --- a/test/construct_from_tuple.cpp +++ b/test/construct_from_tuple.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/test/mp_fold.cpp b/test/mp_fold.cpp index a8b1a7e..ee1e422 100644 --- a/test/mp_fold.cpp +++ b/test/mp_fold.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include diff --git a/test/mp_for_each.cpp b/test/mp_for_each.cpp index 1b3e531..4f2cfe3 100644 --- a/test/mp_for_each.cpp +++ b/test/mp_for_each.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #if !defined( BOOST_NO_CXX14_CONSTEXPR ) diff --git a/test/mp_reverse.cpp b/test/mp_reverse.cpp index d1f2794..74c5461 100644 --- a/test/mp_reverse.cpp +++ b/test/mp_reverse.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include diff --git a/test/mp_reverse_fold.cpp b/test/mp_reverse_fold.cpp index 8452b7b..3bba659 100644 --- a/test/mp_reverse_fold.cpp +++ b/test/mp_reverse_fold.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include diff --git a/test/mp_with_index.cpp b/test/mp_with_index.cpp index 567bc84..a54a5bc 100644 --- a/test/mp_with_index.cpp +++ b/test/mp_with_index.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include using boost::mp11::mp_size_t; diff --git a/test/mp_with_index_cx.cpp b/test/mp_with_index_cx.cpp index 94370f9..97fdcc4 100644 --- a/test/mp_with_index_cx.cpp +++ b/test/mp_with_index_cx.cpp @@ -17,7 +17,7 @@ int main() {} #include #include #include -#include +#include using boost::mp11::mp_size_t; using boost::mp11::mp_with_index;