[libcxx-commits] [PATCH] D145285: [libc++] Refactor __less

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 6 13:59:14 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG88632e480696: [libc++] Refactor __less (authored by philnik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145285

Files:
  libcxx/include/__algorithm/binary_search.h
  libcxx/include/__algorithm/clamp.h
  libcxx/include/__algorithm/comp.h
  libcxx/include/__algorithm/equal_range.h
  libcxx/include/__algorithm/includes.h
  libcxx/include/__algorithm/inplace_merge.h
  libcxx/include/__algorithm/is_heap.h
  libcxx/include/__algorithm/is_heap_until.h
  libcxx/include/__algorithm/is_sorted.h
  libcxx/include/__algorithm/is_sorted_until.h
  libcxx/include/__algorithm/lexicographical_compare.h
  libcxx/include/__algorithm/lower_bound.h
  libcxx/include/__algorithm/make_heap.h
  libcxx/include/__algorithm/max.h
  libcxx/include/__algorithm/max_element.h
  libcxx/include/__algorithm/merge.h
  libcxx/include/__algorithm/min.h
  libcxx/include/__algorithm/min_element.h
  libcxx/include/__algorithm/minmax.h
  libcxx/include/__algorithm/minmax_element.h
  libcxx/include/__algorithm/next_permutation.h
  libcxx/include/__algorithm/nth_element.h
  libcxx/include/__algorithm/partial_sort.h
  libcxx/include/__algorithm/partial_sort_copy.h
  libcxx/include/__algorithm/pop_heap.h
  libcxx/include/__algorithm/prev_permutation.h
  libcxx/include/__algorithm/push_heap.h
  libcxx/include/__algorithm/set_difference.h
  libcxx/include/__algorithm/set_intersection.h
  libcxx/include/__algorithm/set_symmetric_difference.h
  libcxx/include/__algorithm/set_union.h
  libcxx/include/__algorithm/sort.h
  libcxx/include/__algorithm/sort_heap.h
  libcxx/include/__algorithm/stable_sort.h
  libcxx/include/__algorithm/upper_bound.h
  libcxx/include/forward_list
  libcxx/include/list
  libcxx/src/algorithm.cpp
  libcxx/test/libcxx/algorithms/robust_against_using_non_transparent_comparators.pass.cpp
  libcxx/test/std/containers/sequences/array/compare.verify.cpp
  libcxx/utils/data/ignore_format.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145285.529036.patch
Type: text/x-patch
Size: 31575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230606/aa0a76a1/attachment-0001.bin>


More information about the libcxx-commits mailing list