[libcxx-commits] [PATCH] D113868: [libcxx] Cast to the right `difference_type` in various algorithms

Fabian Wolff via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 18 11:15:38 PST 2021


fwolff updated this revision to Diff 388270.
fwolff added a comment.

Rebased on rG4a8734deb7d5 <https://reviews.llvm.org/rG4a8734deb7d54cf15f28b87cdb8a4f601852c10d>, so this is now ready, I think.

@Mordante Yes, I need someone to commit this for me. You can use the same name and email as in commit `738e7f1231949ec248c1d8d154783338215613d1`. Thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113868/new/

https://reviews.llvm.org/D113868

Files:
  libcxx/include/__algorithm/copy_n.h
  libcxx/include/__algorithm/find_end.h
  libcxx/include/__algorithm/search.h
  libcxx/include/__algorithm/search_n.h
  libcxx/include/__algorithm/sift_down.h
  libcxx/include/__algorithm/sort.h
  libcxx/test/std/algorithms/robust_re_difference_type.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113868.388270.patch
Type: text/x-patch
Size: 14566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211118/0112a3fb/attachment-0001.bin>


More information about the libcxx-commits mailing list