[all-commits] [llvm/llvm-project] 610979: [libc++][ranges] Add ranges::in_out_out_result
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Feb 2 17:19:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 610979b301c5e90687a8528b6a685bf20cb643b3
https://github.com/llvm/llvm-project/commit/610979b301c5e90687a8528b6a685bf20cb643b3
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/in_out_out_result.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap
A libcxx/test/libcxx/diagnostics/detail.headers/algorithm/in_out_out_result.module.verify.cpp
M libcxx/test/std/algorithms/algorithms.results/in_in_out_result.pass.cpp
A libcxx/test/std/algorithms/algorithms.results/in_out_out_result.pass.cpp
M libcxx/test/std/algorithms/algorithms.results/no_unique_address.compile.pass.cpp
Log Message:
-----------
[libc++][ranges] Add ranges::in_out_out_result
Add `ranges::in_out_out_result`
Reviewed By: Quuxplusone, Mordante, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D118634
More information about the All-commits
mailing list