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 Template<T> { T field; }; struct Main { Template<uint32, string> template; };
Report if there are too few / too many parameters. Report location of the template definition.
This issue is slightly related to #430.
The text was updated successfully, but these errors were encountered:
[#462] Improve error when using template with wrong number of arguments
49b8394
da986ee
Mi-La
No branches or pull requests
Report if there are too few / too many parameters.
Report location of the template definition.
This issue is slightly related to #430.
The text was updated successfully, but these errors were encountered: