[clang] [clang] Implement CWG3135 - constexpr structured bindings with prvalues from tuples (PR #191880)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 14 01:19:14 PDT 2026
================
@@ -49,19 +49,16 @@ C++ Specific Potentially Breaking Changes
- Clang now correctly rejects ``export`` declarations in module implementation
partitions. (#GH107602)
+- Clang now uses non-reference types for structured bindings whose initializer
+ returns a prvalue.
+
----------------
cor3ntin wrote:
We have a `Resolutions to C++ Defect Reports` section
https://github.com/llvm/llvm-project/pull/191880
More information about the cfe-commits
mailing list