[clang] [clang] Implement CWG3135 - constexpr structured bindings with prvalues from tuples (PR #191880)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 14 03:53:26 PDT 2026


================
@@ -0,0 +1,37 @@
+// RUN: %clang_cc1 -std=c++23 -fsyntax-only -verify %s
----------------
tbaederr wrote:

Does this work with `-fexperimental-new-constant-interpreter`?

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


More information about the cfe-commits mailing list