Skip to content
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

Implement LWG-3121: tuple constructor constraints for UTypes&&... overloads #2640

Merged
merged 9 commits into from
Apr 16, 2022

Conversation

frederick-vs-ja
Copy link
Contributor

Fixes #2390.

The original issue reported in LWG-3121 has been resolved. The addition part resolves LWG-3155.
@frederick-vs-ja frederick-vs-ja requested a review from a team as a code owner April 5, 2022 13:37
@StephanTLavavej StephanTLavavej added the LWG Library Working Group issue label Apr 5, 2022
stl/inc/tuple Outdated Show resolved Hide resolved
@StephanTLavavej StephanTLavavej self-assigned this Apr 6, 2022
@StephanTLavavej StephanTLavavej removed their assignment Apr 14, 2022
@StephanTLavavej
Copy link
Member

Thanks - and great test coverage! I went ahead and pushed very small changes for the style nitpicks I noticed.

@StephanTLavavej StephanTLavavej self-assigned this Apr 15, 2022
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit 0c73091 into microsoft:main Apr 16, 2022
@StephanTLavavej
Copy link
Member

Thanks again for refining this complicated metaprogramming and getting the implementation one step closer to zero remaining LWG issues! 😸 🚀 🎉

@frederick-vs-ja frederick-vs-ja deleted the lwg-3121 branch April 16, 2022 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LWG Library Working Group issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LWG-3121 tuple constructor constraints for UTypes&&... overloads
4 participants