[libcxx-commits] [libcxx] [libc++][tuple.apply] Implement P2255R2 make_from_tuple part. (PR #152867)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 11 20:15:01 PDT 2025
================
@@ -0,0 +1,34 @@
+//===----------------------------------------------------------------------===//
+//
+// 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: std-at-least-c++17
----------------
yronglin wrote:
Done.
https://github.com/llvm/llvm-project/pull/152867
More information about the libcxx-commits
mailing list