[libcxx-commits] [libcxx] [libc++][numeric] Applied `[[nodiscard]]` to `<numeric>` (PR #202770)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 16 06:58:22 PDT 2026
================
@@ -0,0 +1,129 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
----------------
Zingam wrote:
```suggestion
// UNSUPPORTED: libcpp-has-no-incomplete-pstl
```
https://github.com/llvm/llvm-project/pull/202770
More information about the libcxx-commits
mailing list