-
Notifications
You must be signed in to change notification settings - Fork 1.6k
_NODISCARD for function objects #1474
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
|
There seems to be a missing test case for |
|
That file is indeed missing STL/tests/std/tests/P0896R4_P1614R2_comparisons/test.cpp Lines 222 to 296 in 19c683d
So you don't need to add anything. (You can if you really want to.) |
|
Ah okay. I'll just leave it as it is. |
StephanTLavavej
left a comment
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.
Everything looks great here. 😸
|
Status update: We simultaneously merge changes on GitHub and our MS-internal repo, so after Thanksgiving we should be able to batch up your PR with everything else that’s ready to merge and get this checked in for VS 2019 16.9 Preview 3. |
|
Thanks for improving the user experience with function objects, and congratulations on your first microsoft/STL commit! 🎉 😺 🚀 This will ship in VS 2019 16.9 Preview 3. |
Very likely partially addresses #206.
Note:
_NODISCARDis already present forrangesfunction objects.