1
0
forked from boostorg/mp11

Lower N further in test/tuple_transform_2 for clang++ 3.x

This commit is contained in:
Peter Dimov
2020-05-24 06:43:43 +03:00
parent 49afe16b55
commit 1ffb98882d

View File

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