[libcxx-commits] [PATCH] D138268: [libcxx] Fix std::equal not accepting volatile types by refactoring __equal_to

Alvin Wong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 18 06:43:04 PST 2022


alvinhochun updated this revision to Diff 476455.
alvinhochun retitled this revision from "[libcxx] Fix std::equal not accepting volatile types" to "[libcxx] Fix std::equal not accepting volatile types by refactoring __equal_to".
alvinhochun added a comment.

Updated test, refactored __equal_to according to comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138268

Files:
  libcxx/include/__algorithm/adjacent_find.h
  libcxx/include/__algorithm/comp.h
  libcxx/include/__algorithm/equal.h
  libcxx/include/__algorithm/find_end.h
  libcxx/include/__algorithm/find_first_of.h
  libcxx/include/__algorithm/is_permutation.h
  libcxx/include/__algorithm/mismatch.h
  libcxx/include/__algorithm/search.h
  libcxx/include/__algorithm/search_n.h
  libcxx/include/__algorithm/unique.h
  libcxx/include/__algorithm/unique_copy.h
  libcxx/include/forward_list
  libcxx/include/list
  libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138268.476455.patch
Type: text/x-patch
Size: 15159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221118/99f9e971/attachment-0001.bin>


More information about the libcxx-commits mailing list