diff --git a/test/mp_same.cpp b/test/mp_same.cpp index d23e6b7..912b54e 100644 --- a/test/mp_same.cpp +++ b/test/mp_same.cpp @@ -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, N>; using R = mp_apply;