[libcxx-commits] [libcxx] [libc++][bitset] Applied `[[nodiscard]]` (PR #170623)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 5 04:02:04 PST 2025
================
@@ -0,0 +1,55 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+
----------------
frederick-vs-ja wrote:
Ditto. I want to see the blocking removed.
```suggestion
```
https://github.com/llvm/llvm-project/pull/170623
More information about the libcxx-commits
mailing list