1
0
forked from boostorg/mp11

Lower N in test/tuple_transform_2 for g++ 4.9

This commit is contained in:
Peter Dimov
2020-05-24 06:15:35 +03:00
parent e653eb3e8b
commit 49afe16b55

View File

@@ -151,7 +151,7 @@ int main()
{
using namespace boost::mp11;
int const N = 64;
int const N = 32;
using Tp = mp_rename<mp_iota< mp_int<N> >, std::tuple>;