We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
struct array<auto count> { u32 value [count]; }; struct root<type> { u8 size; type a; }; u8 size@1; using a1 = array<size>; root<a1> rot @ 0;
The template parameter size in array should refer to the template argument, not the local variable inside root struct.
The text was updated successfully, but these errors were encountered:
There is a similar issue posted in the ImHex main repository here where the topic is discussed to some extent but was not resolved.
Sorry, something went wrong.
No branches or pull requests
The template parameter size in array should refer to the template argument, not the local variable inside root struct.
The text was updated successfully, but these errors were encountered: