-
Notifications
You must be signed in to change notification settings - Fork 207
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 c++17 fold expression in variable template specialization #305
Fix c++17 fold expression in variable template specialization #305
Conversation
40825f1
to
4f662e2
Compare
LGTM. I have kicked off the builds again as they failed for unrelated reasons. |
It looks like a Maven 3.8.7 vs 3.9.0 version. GitHub actions just changed to the recently released Maven 3.9.0. Follow along on my journey in #308 |
Please rebase/merge this change with main to pick up the fix to #309 |
4f662e2
to
83bfe82
Compare
Thanks @jonahgraham that worked to resolve CI issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I will merge soon.
83bfe82
to
3da16bd
Compare
I have rebased the change to make sure that it builds cleanly on main now that we released 11.1.0. Normally this is just a check that code cleanliness still passes, especially bundle version numbers are where they are supposed to be. |
Thank you @i-garrison. |
This change fixes an issue where variable template specialization requires calculating a fold over predicates from parameter pack. Added a couple of tests showing this common pattern in libstdc++-v3.