We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648f126 commit d24a714Copy full SHA for d24a714
libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp
@@ -168,11 +168,11 @@ TEST_CONSTEXPR_CXX26 void test()
168
test_larger_sorts<257>();
169
test_larger_sorts<499>();
170
test_larger_sorts<500>();
171
- test_larger_sorts<997>();
172
#if TEST_STD_VER >= 26
173
if !consteval // only runtime tests bc. error: "constexpr evaluation hit maximum step limit"
174
#endif
175
{
+ test_larger_sorts<997>();
176
test_larger_sorts<1000>();
177
test_larger_sorts<1009>();
178
}
0 commit comments