================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
