[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
Mon Nov 15 12:34:34 PST 2021


fwolff updated this revision to Diff 387359.
fwolff retitled this revision from "[libcxx] Cast to the right `difference_type` in `std::search` and `std::find_end`" to "[libcxx] Cast to the right `difference_type` in various algorithms".
fwolff added a comment.
Herald added a subscriber: mgrang.

Fix the same problem in the other algorithms


Repository:
  rG LLVM Github Monorepo

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/make_heap.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.387359.patch
Type: text/x-patch
Size: 19780 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211115/19bde252/attachment-0001.bin>


More information about the libcxx-commits mailing list