-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
<numeric>
: switch transform_reduce
from direct list initialization to copy non-list initialization
#4260
Conversation
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. However, it seems preferred to add a test case to the related test file (tests/std/tests/P0024R2_parallel_algorithms_transform_reduce/test.cpp
).
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
tests/std/tests/P0024R2_parallel_algorithms_transform_reduce/test.cpp
Outdated
Show resolved
Hide resolved
…est.cpp Co-authored-by: Igor Zhukov <[email protected]>
This comment was marked as resolved.
This comment was marked as resolved.
tests/std/tests/P0024R2_parallel_algorithms_transform_reduce/test.cpp
Outdated
Show resolved
Hide resolved
…est.cpp Co-authored-by: A. Jiang <[email protected]>
<numeric>
: switch transform_reduce
from direct list initialization to copy non-list initialization
tests/std/tests/P0024R2_parallel_algorithms_transform_reduce/test.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/P0024R2_parallel_algorithms_transform_reduce/test.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/P0024R2_parallel_algorithms_transform_reduce/test.cpp
Outdated
Show resolved
Hide resolved
Thanks, this looks great! Apologies for the holiday-induced delay in getting this reviewed. I pushed a commit for minor stylistic issues I noticed. |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for fixing this bug and congratulations on your first microsoft/STL commit! 🎉 😻 🚀 This is expected to ship in VS 2022 17.10 Preview 1. |
Fixes #4129.