[libcxx-commits] [libcxx] [libc++] Make sure `flat_{multi}map::key_compare` handle `boolean-testable` correctly (PR #132621)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 27 03:59:40 PST 2025


================
@@ -0,0 +1,51 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
----------------
frederick-vs-ja wrote:

As we're creating new tests, should we just use the new style? @huixie90
```suggestion
// REQUIRES: std-at-least-c++23
```

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


More information about the libcxx-commits mailing list