-
Notifications
You must be signed in to change notification settings - Fork 251
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
fix(parse): recognize const and pointer template arguments #521
Conversation
LGTM Maybe test could be extended to also include |
Signed-off-by: Herb Sutter <[email protected]>
Are you going to merge this? |
Signed-off-by: Herb Sutter <[email protected]>
Thanks! |
Sorry, just saw your concurrent comment. |
It's OK. The application of #531 (comment) |
* fix(parse): recognize const and pointer template arguments * Minor: Massage the new code's format and comment Signed-off-by: Herb Sutter <[email protected]> * Update parse.h Signed-off-by: Herb Sutter <[email protected]> --------- Signed-off-by: Herb Sutter <[email protected]> Co-authored-by: Herb Sutter <[email protected]>
Resolves #502.
Resolves #456.
Testing summary:
Acknowledgements: