1
0
forked from boostorg/mp11

Replace detail/workaround.hpp with config/workaround.hpp

This commit is contained in:
Peter Dimov
2018-01-23 21:31:28 +02:00
parent 9acd574589
commit 4aacc60840
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/detail/workaround.hpp>
#include <boost/config/workaround.hpp>
#include <tuple>
using boost::mp11::mp_size_t;