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 cecb182 commit 6679974Copy full SHA for 6679974
libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_range.pass.cpp
@@ -10,6 +10,7 @@
10
// Some fields in the test case variables are deliberately not explicitly initialized, this silences a warning on GCC.
11
// ADDITIONAL_COMPILE_FLAGS(gcc-style-warnings): -Wno-missing-field-initializers
12
// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-steps): -fconstexpr-steps=2147483647
13
+// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-ops-limit): -fconstexpr-ops-limit=800000000
14
15
// <map>
16
0 commit comments