[libcxx-commits] [PATCH] D108400: [libc++] Eliminate needless `add_lvalue_reference` from <algorithm> helpers. NFCI.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 22 08:44:03 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGca7926bd7942: [libc++] Eliminate needless `add_lvalue_reference` from <algorithm> helpers. (authored by arthur.j.odwyer).

Changed prior to commit:
  https://reviews.llvm.org/D108400?vs=367584&id=367984#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108400

Files:
  libcxx/include/__algorithm/comp_ref_type.h
  libcxx/include/__algorithm/equal.h
  libcxx/include/__algorithm/find_end.h
  libcxx/include/__algorithm/is_permutation.h
  libcxx/include/__algorithm/lower_bound.h
  libcxx/include/__algorithm/partition.h
  libcxx/include/__algorithm/remove_if.h
  libcxx/include/__algorithm/search.h
  libcxx/include/__algorithm/search_n.h
  libcxx/include/__algorithm/sort.h
  libcxx/include/__algorithm/stable_partition.h
  libcxx/include/__algorithm/unique.h
  libcxx/include/__algorithm/unique_copy.h
  libcxx/include/__algorithm/upper_bound.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108400.367984.patch
Type: text/x-patch
Size: 16388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210822/d6f6878f/attachment-0001.bin>


More information about the libcxx-commits mailing list