================ @@ -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. + ---------------- Sirraide wrote:
Also please include in the release note that this is CWG3135 https://github.com/llvm/llvm-project/pull/191880 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
