-
Notifications
You must be signed in to change notification settings - Fork 260
fix(parse): make template-argument-list optional #473
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
Conversation
4f721a0
to
07eef02
Compare
Looks pretty good, thanks! Did you also check the other places For example, Also, does lowering emit the empty list? I don't see a |
No.
Seems like it doesn't.
I'll have to investigate those places.
I have to investigate why https://github.com/modern-cmake/cppfront I do test it manually in my developer environment. |
Yes, to |
Unfortunately, I'm on Linux. |
Of course, silly me. That's why I made this PR.
Looks like I didn't actually run it. I checked P2601 To make redundant empty angle brackets optional for class template argument lists |
07eef02
to
a5227e0
Compare
Applied. |
FYI, these are the tests under It has become evident that I'm missing |
Looks good, thanks! |
* fix(parse): make template-argument-list optional * refactor: use `open_angle` as cue for temp arg list * test: add `test-results/gcc-13`
Resolves #469.
Testing summary.
Acknowledgements.