Add ranges::in_out_out_result
Details
Details
- Reviewers
var-const • Quuxplusone Mordante ldionne - Group Reviewers
Restricted Project - Commits
- rG610979b301c5: [libc++][ranges] Add ranges::in_out_out_result
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM % comments!
libcxx/test/std/algorithms/algorithms.results/in_in_out_result.pass.cpp | ||
---|---|---|
15 | I believe you changed the copy-paste error in the wrong (original) file! Please undo it here, and do it there. | |
libcxx/test/std/algorithms/algorithms.results/in_out_out_result.pass.cpp | ||
79 | This, also, was fixed in the original file. (Please keep it fixed there, but also fix it here.) |
I believe you changed the copy-paste error in the wrong (original) file! Please undo it here, and do it there.