-
Notifications
You must be signed in to change notification settings - Fork 258
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 <herb.sutter@gmail.com>
Are you going to merge this? |
Signed-off-by: Herb Sutter <herb.sutter@gmail.com>
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 <herb.sutter@gmail.com> * Update parse.h Signed-off-by: Herb Sutter <herb.sutter@gmail.com> --------- Signed-off-by: Herb Sutter <herb.sutter@gmail.com> Co-authored-by: Herb Sutter <herb.sutter@gmail.com>
Resolves #502.
Resolves #456.
Testing summary:
Acknowledgements: