[libcxx-commits] [libcxx] [libcxx] Add LWG4135: The helper lambda of std::erase for list should specify return type as bool (PR #128358)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 22 07:09:51 PST 2025
================
@@ -0,0 +1,28 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// <forward_list>
+
+#include <forward_list>
+struct Bool {
----------------
mordante wrote:
```suggestion
#include <forward_list>
struct Bool {
```
https://github.com/llvm/llvm-project/pull/128358
More information about the libcxx-commits
mailing list