From 4349457f84f2ad9ec4c0f5203f930a31e673a506 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 25 Nov 2020 21:39:57 +0200 Subject: [PATCH] Increase N to 1089 in test/mp_same --- test/mp_same.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;