[libcxx-commits] [libcxx] [libc++] P2502R2: `std::generator` (PR #92213)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 14 23:05:29 PDT 2024
================
@@ -0,0 +1,92 @@
+//===----------------------------------------------------------------------===//
+//
+// 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, c++11, c++14, c++17, c++20
+
+// std::generator
----------------
H-G-Hristov wrote:
I think in this synopsis we write the header, then the class and then the specific methods we are testing.
https://github.com/llvm/llvm-project/pull/92213
More information about the libcxx-commits
mailing list