forked from boostorg/mp11
Remove use of Boost.Config
This commit is contained in:
@@ -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>{} );
|
||||
|
||||
Reference in New Issue
Block a user