[all-commits] [llvm/llvm-project] a917c0: [libc++] Use __in_out_result in the remaining appr...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Tue May 26 10:06:30 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a917c00ab13fb7d374428563a1b8fa0eef1e35b1
https://github.com/llvm/llvm-project/commit/a917c00ab13fb7d374428563a1b8fa0eef1e35b1
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-05-26 (Tue, 26 May 2026)
Changed paths:
M libcxx/include/__algorithm/copy_if.h
M libcxx/include/__algorithm/partial_sort_copy.h
M libcxx/include/__algorithm/ranges_copy_if.h
M libcxx/include/__algorithm/ranges_partial_sort_copy.h
M libcxx/include/__algorithm/ranges_unique_copy.h
M libcxx/include/__algorithm/unique_copy.h
M libcxx/include/__memory/ranges_uninitialized_algorithms.h
M libcxx/include/__memory/uninitialized_algorithms.h
Log Message:
-----------
[libc++] Use __in_out_result in the remaining appropriate algorithms (#198156)
We've already switched some algorithms to use `__in_out_result` instead
of `pair` as the return type. This updates the remaining appropriate
algorithms.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list