[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
Tue Nov 22 00:36:09 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe07ca2aeeb2f: [libcxx] Fix std::equal not accepting volatile types by refactoring __equal_to (authored by alvinhochun).
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.477090.patch
Type: text/x-patch
Size: 17338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221122/69393dda/attachment.bin>
More information about the libcxx-commits
mailing list