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 032d66a commit 18e8581Copy full SHA for 18e8581
libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp
@@ -13,6 +13,7 @@
13
// stable_sort(RandomAccessIterator first, RandomAccessIterator last);
14
15
// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-steps): -fconstexpr-steps=20000000
16
+// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-ops-limit): -fconstexpr-ops-limit=80000000
17
18
#include <algorithm>
19
#include <array>
0 commit comments