1
0
forked from boostorg/mp11

Remove use of Boost.Config

This commit is contained in:
Peter Dimov
2018-08-29 20:03:59 +03:00
parent 05a366e8ba
commit 76817e70d6
29 changed files with 184 additions and 125 deletions

View File

@@ -8,9 +8,8 @@
#include <boost/mp11/algorithm.hpp>
#include <boost/mp11/detail/config.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/config.hpp>
#include <boost/config/workaround.hpp>
#include <tuple>
using boost::mp11::mp_size_t;
@@ -49,7 +48,7 @@ struct G
int main()
{
#if BOOST_WORKAROUND( BOOST_MSVC, < 1900 )
#if BOOST_MP11_WORKAROUND( BOOST_MP11_MSVC, < 1900 )
G()( mp_size_t<1>{} );
G()( mp_size_t<2>{} );