1
0
forked from boostorg/mp11

Increase N to 1089 in test/mp_same

This commit is contained in:
Peter Dimov
2020-11-25 21:39:57 +02:00
parent bbb73a9025
commit 4349457f84

View File

@ -40,7 +40,7 @@ int main()
using boost::mp11::mp_list;
using boost::mp11::mp_apply;
int const N = 1024;
int const N = 1089;
using L = mp_repeat_c<mp_list<void>, N>;
using R = mp_apply<mp_same, L>;