[libcxx-commits] [libcxx] [libcxx] Add LWG4135: The helper lambda of std::erase for list should specify return type as bool (PR #128358)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 22 08:58:48 PST 2025
================
@@ -0,0 +1,36 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
----------------
frederick-vs-ja wrote:
Please add `// REQUIRES: std-at-least-c++20` to both new test files. Otherwise, these tests meaninglessly run and fail in C++03/11/14/17 modes.
https://github.com/llvm/llvm-project/pull/128358
More information about the libcxx-commits
mailing list