[clang] [Clang] Implement P0963R3 "Structured binding declaration as a condition" (PR #130228)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 9 08:31:03 PDT 2025
================
@@ -4285,6 +4290,8 @@ class DecompositionDecl final
std::move(Bindings));
}
+ bool isDecisionVariable() const { return IsDecisionVariable; }
----------------
zyn0217 wrote:
Done, I was referring to https://eel.is/c++draft/dcl.struct.bind#4.sentence-1
https://github.com/llvm/llvm-project/pull/130228
More information about the cfe-commits
mailing list