1
0
forked from boostorg/mp11

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

View File

@@ -10,7 +10,7 @@
#include <boost/mp11/algorithm.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/config.hpp>
#include <boost/config/workaround.hpp>
#include <boost/detail/workaround.hpp>
#include <tuple>
using boost::mp11::mp_size_t;