[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 07:19:19 PST 2022
alvinhochun updated this revision to Diff 476464.
alvinhochun added a comment.
Reformat
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.476464.patch
Type: text/x-patch
Size: 15161 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221118/817e5008/attachment.bin>
More information about the libcxx-commits
mailing list