[libcxx-commits] [libcxx] [libc++] Make `<set>` `std::multiset` constexpr as part of P3372R3 (PR #206257)

Vinay Deshmukh via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 5 12:27:09 PDT 2026


================
@@ -9,18 +9,19 @@
 // UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
 // Some fields in the test case variables are deliberately not explicitly initialized, this silences a warning on GCC.
 // ADDITIONAL_COMPILE_FLAGS(gcc-style-warnings): -Wno-missing-field-initializers
+// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-steps): -fconstexpr-steps=2147483647
----------------
vinay-deshmukh wrote:

fixed with c5cc01c

https://github.com/llvm/llvm-project/pull/206257


More information about the libcxx-commits mailing list