[all-commits] [llvm/llvm-project] dc1c27: [libc++] Cast to the right `difference_type` in va...
FabianWolff via All-commits
all-commits at lists.llvm.org
Thu Nov 18 14:08:09 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc1c27149f214ff099e99930226ae312b0cf1910
https://github.com/llvm/llvm-project/commit/dc1c27149f214ff099e99930226ae312b0cf1910
Author: Fabian Wolff <fabian.wolff at alumni.ethz.ch>
Date: 2021-11-18 (Thu, 18 Nov 2021)
Changed paths:
M libcxx/include/__algorithm/copy_n.h
M libcxx/include/__algorithm/find_end.h
M libcxx/include/__algorithm/search.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__algorithm/sift_down.h
M libcxx/include/__algorithm/sort.h
M libcxx/test/std/algorithms/robust_re_difference_type.compile.pass.cpp
Log Message:
-----------
[libc++] Cast to the right `difference_type` in various algorithms
Differential Revision: https://reviews.llvm.org/D113868
More information about the All-commits
mailing list