Skip to content

Commit 27604a5

Browse files
insert_range_maps_sets.h, needs a lot of constexpr depth
1 parent 77a9d5d commit 27604a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/containers/associative/map/map.modifiers/insert_range.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
1010
// Some fields in the test case variables are deliberately not explicitly initialized, this silences a warning on GCC.
1111
// ADDITIONAL_COMPILE_FLAGS(gcc-style-warnings): -Wno-missing-field-initializers
12-
// ADDITIONAL_COMPILE_FLAGS: -fconstexpr-backtrace-limit=0 -fconstexpr-depth=120000
12+
// ADDITIONAL_COMPILE_FLAGS: -fconstexpr-backtrace-limit=0 -fconstexpr-depth=2147483647 -fconstexpr-steps=2147483647
1313

1414
// <map>
1515

0 commit comments

Comments
 (0)