[clang] [clang] Implement CWG3135 - constexpr structured bindings with prvalues from tuples (PR #191880)
Matthias Wippich via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 18 17:58:54 PDT 2026
================
@@ -0,0 +1,37 @@
+// RUN: %clang_cc1 -std=c++23 -fsyntax-only -verify %s
----------------
Tsche wrote:
I've extended the runs to include the new constant interpreter. Seems fine.
https://github.com/llvm/llvm-project/pull/191880
More information about the cfe-commits
mailing list