Revert "Include workaround.hpp from Config"

This reverts commit 308e5b6edb.

For compatibility with 1.64, it's better not to use
config/workaround.hpp yet.
This commit is contained in:
Peter Dimov
2017-09-10 03:52:48 +03:00
parent bb15b2f7f6
commit 602147bf31
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include <boost/mp11/detail/config.hpp>
#include <boost/mp11/integer_sequence.hpp>
#include <boost/config.hpp>
#include <boost/config/workaround.hpp>
#include <boost/detail/workaround.hpp>
#include <type_traits>
#include <utility>
+1 -1
View File
@@ -9,7 +9,7 @@
// http://www.boost.org/LICENSE_1_0.txt
#include <boost/config.hpp>
#include <boost/config/workaround.hpp>
#include <boost/detail/workaround.hpp>
#if defined( BOOST_NO_CXX11_CONSTEXPR )
+1 -1
View File
@@ -11,7 +11,7 @@
#include <boost/mp11/detail/mp_list.hpp>
#include <boost/mp11/utility.hpp>
#include <boost/config.hpp>
#include <boost/config/workaround.hpp>
#include <boost/detail/workaround.hpp>
namespace boost
{
+1 -1
View File
@@ -9,7 +9,7 @@
// http://www.boost.org/LICENSE_1_0.txt
#include <boost/mp11/detail/config.hpp>
#include <boost/config/workaround.hpp>
#include <boost/detail/workaround.hpp>
#include <type_traits>
namespace boost
+1 -1
View File
@@ -12,7 +12,7 @@
#include <boost/mp11/detail/mp_list.hpp>
#include <boost/mp11/detail/mp_append.hpp>
#include <boost/config.hpp>
#include <boost/config/workaround.hpp>
#include <boost/detail/workaround.hpp>
namespace boost
{
+1 -1
View File
@@ -10,7 +10,7 @@
#include <boost/mp11/integer_sequence.hpp>
#include <boost/config.hpp>
#include <boost/config/workaround.hpp>
#include <boost/detail/workaround.hpp>
#include <tuple>
#include <utility>
#include <type_traits>
+1 -1
View File
@@ -10,7 +10,7 @@
#include <boost/mp11/integral.hpp>
#include <boost/config.hpp>
#include <boost/config/workaround.hpp>
#include <boost/detail/workaround.hpp>
namespace boost
{