This is an archive of the discontinued LLVM Phabricator instance.

[libc++][PSTL] Fix double-move in std::transform_reduce
ClosedPublic

Authored by philnik on Jul 10 2023, 6:07 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGa70ce8cb0e4b: [libc++][PSTL] Fix double-move in std::transform_reduce

Diff Detail

Event Timeline

philnik created this revision.Jul 10 2023, 6:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2023, 6:07 PM
philnik requested review of this revision.Jul 10 2023, 6:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2023, 6:07 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript

Typo

libcxx/test/std/algorithms/numeric.ops/transform.reduce/pstl.transform_reduce.unary.pass.cpp
47
51
ldionne accepted this revision.Jul 12 2023, 8:26 AM
This revision is now accepted and ready to land.Jul 12 2023, 8:26 AM
This revision was landed with ongoing or failed builds.Jul 12 2023, 8:56 AM
This revision was automatically updated to reflect the committed changes.
philnik marked 2 inline comments as done.