How do i get the variable names directly from the diagnostic engine output? #1562
-
|
I would like to get the arguments from the following error diagnostic message: "data_to_send" and "data_to_send_buff" How would i do so? for (auto &diag : diags) { |
Beta Was this translation helpful? Give feedback.
Answered by
MikePopoloski
Nov 3, 2025
Replies: 1 comment 4 replies
-
|
The |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
trile127
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
Diagnosticobject has anargsmember containing all of the arguments, in order.