-
Notifications
You must be signed in to change notification settings - Fork 781
P1317R2 Remove return type deduction in std::apply #7999
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
I think we should bump |
264537b
to
a1e2efa
Compare
I raised this on mattermost and got agreement. I was going to do it in a fixup commit, but I realised we might want to consider whether to add the macro to |
a1e2efa
to
768b82d
Compare
@jwakely Is there an outcome? |
I forgot all about it. I think it should be bumped and added to <type_traits>. We generally treat those macro values as editorial, but I'm not sure about which headers they're in. Do you want me to open an issue? |
If you're OK with it, I'd be happy to just editorially include this in this PR (feel free to add a commit?) -- what do you think? |
768b82d
to
5de5984
Compare
This commit adds "tuple-like<Tuple> is true and" to the definition of apply_result. LWG noticed this was needed but we were unable to contact the paper author to make the change in time for plenary.
5de5984
to
568b5a1
Compare
Added it, PTAL |
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.
Works for me, thanks!
Fixes #7972