-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
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
Error message for checking of types inside header does not say what the specialization is location is #3170
Comments
Another issue is it does not tell you why this struct cannot be part of the header, it is the header stack that is the issue. |
I would ask a different question: should this be even legal: |
@apinski-cavium not sure that this is a true solution to the problem you are raising. |
That is a different issue really.
Which gives:
No where is the line for the typedef is referenced. |
Reopening for the last example. |
@apinski-cavium how does the solution in #3182 look like? |
Looks good (just looked at the testcase to see how it would look). |
Take:
Right now the compiler outputs:
But it does not reference the last typedef line for the subsitution that had happened so it is not obvious where the problem is located.
I suspect this is an issue with most places of subsitutions too include functions.
The text was updated successfully, but these errors were encountered: