forked from boostorg/mp11
Lower N in test/tuple_transform_2 for g++ 4.9
This commit is contained in:
@@ -151,7 +151,7 @@ int main()
|
|||||||
{
|
{
|
||||||
using namespace boost::mp11;
|
using namespace boost::mp11;
|
||||||
|
|
||||||
int const N = 64;
|
int const N = 32;
|
||||||
|
|
||||||
using Tp = mp_rename<mp_iota< mp_int<N> >, std::tuple>;
|
using Tp = mp_rename<mp_iota< mp_int<N> >, std::tuple>;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user