[libcxx-commits] [PATCH] D58332: Erase-Like Algorithms Should Return size_type (P0646R1)
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 4 08:21:14 PDT 2019
zoecarver updated this revision to Diff 193722.
zoecarver added a comment.
Herald added a subscriber: christof.
Improve performance by using simple counters.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58332/new/
https://reviews.llvm.org/D58332
Files:
include/forward_list
include/list
test/libcxx/diagnostics/nodiscard_extensions.fail.cpp
test/libcxx/diagnostics/nodiscard_extensions.pass.cpp
test/std/containers/sequences/forwardlist/forwardlist.ops/remove.pass.cpp
test/std/containers/sequences/forwardlist/forwardlist.ops/remove_if.pass.cpp
test/std/containers/sequences/forwardlist/forwardlist.ops/unique.pass.cpp
test/std/containers/sequences/list/list.ops/remove.pass.cpp
test/std/containers/sequences/list/list.ops/remove_if.pass.cpp
test/std/containers/sequences/list/list.ops/unique.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58332.193722.patch
Type: text/x-patch
Size: 20477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190404/f01487ed/attachment-0001.bin>
More information about the libcxx-commits
mailing list