[libcxx-commits] [libcxx] [libc++] Implement P2442R1 `std::views::chunk` (PR #171234)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Sat Dec 27 01:24:28 PST 2025


================
@@ -0,0 +1,52 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// REQUIRES: has-unix-headers
----------------
frederick-vs-ja wrote:

These tests certainly need `// REQUIRES: std-at-least-c++23`. I'm sorry for not having said this.

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


More information about the libcxx-commits mailing list