[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
Sat Nov 19 00:55:19 PST 2022


alvinhochun updated this revision to Diff 476669.
alvinhochun added a comment.

Addressed comments


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.476669.patch
Type: text/x-patch
Size: 17254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221119/6edc848c/attachment-0001.bin>


More information about the libcxx-commits mailing list