[clang] [Clang] Support initializing array-typed structured bindings with direct-list-initialization (PR #102581)

via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 27 00:44:35 PDT 2024


================
@@ -302,6 +302,8 @@ Bug Fixes to C++ Support
   template depth than the friend function template. (#GH98258)
 - Clang now rebuilds the template parameters of out-of-line declarations and specializations in the context
   of the current instantiation in all cases.
+- Clang now correctly handle initializing array-typed structured bindings with
----------------
cor3ntin wrote:

```suggestion
- Clang now correctly handle direct-list-initialization of a structured bindings from an array
```

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


More information about the cfe-commits mailing list