[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 09:16:16 PST 2019


Quuxplusone added a comment.

@mclow.lists wrote:

> Now no one outside of libc++ can call it (legally)

True. Is that a problem for libc++?  I mean, what you're forced to do in the absence of this patch is to call `__sift_down`, which **also** can't be done (legally).

Anyway, I'd like to see if anyone else registers an opinion on the desirability of this feature.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57734/new/

https://reviews.llvm.org/D57734





More information about the libcxx-commits mailing list