[libcxx-commits] [PATCH] D57734: priority_queue::replace_top(x)
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 5 10:22:59 PST 2019
Quuxplusone updated this revision to Diff 185343.
Quuxplusone added a comment.
Reverted names back to friendly names. (The uglified `__names` were a conforming extension; but the friendly names are what people would actually want to use. As this patch is likely going to be stagnant on Phab for a while, I'd rather have it be in the state that's directly apply-able for anyone who does want to merge it locally.)
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57734/new/
https://reviews.llvm.org/D57734
Files:
include/algorithm
include/queue
test/libcxx/algorithms/alg.sorting/alg.heap.operations/poke.heap/poke_heap.pass.cpp
test/libcxx/algorithms/alg.sorting/alg.heap.operations/poke.heap/poke_heap_comp.pass.cpp
test/libcxx/containers/container.adaptors/priority.queue/priqueue.members/reemplace_top.pass.cpp
test/libcxx/containers/container.adaptors/priority.queue/priqueue.members/replace_top.pass.cpp
test/libcxx/containers/container.adaptors/priority.queue/priqueue.members/replace_top_rvalue.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57734.185343.patch
Type: text/x-patch
Size: 11236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190205/a63b6ec2/attachment-0001.bin>
More information about the libcxx-commits
mailing list