[clang] [Clang] Implement C++26 Attributes for Structured Bindings (P0609R3) (PR #89906)

via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 24 03:02:22 PDT 2024


================
@@ -317,7 +317,7 @@ void Declarator::setDecompositionBindings(
           new DecompositionDeclarator::Binding[Bindings.size()];
----------------
cor3ntin wrote:

Note I'm not super fan of the hidden vector implementation here.
It forces Binding to be default constructible.

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


More information about the cfe-commits mailing list