[libcxx-commits] [libcxx] [libc++] P2255R2: Add deleted tuple constructor overloads (PR #205379)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 23 10:11:24 PDT 2026


================
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03
+// REQUIRES: std-at-least-c++23
----------------
frederick-vs-ja wrote:

This lit comment doesn't seem correct to me. IIUC, these constructors should behave differently between C++23 and old modes, and we should verify both old and new diagnostic messages.

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


More information about the libcxx-commits mailing list