[libcxx-commits] [PATCH] D100283: [libcxx] removes `weak_equality` and `strong_equality` from <compare>

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 2 16:07:55 PDT 2021


cjdb added a comment.

In D100283#2732476 <https://reviews.llvm.org/D100283#2732476>, @Quuxplusone wrote:

> I downloaded the raw diffs for D74186 <https://reviews.llvm.org/D74186> and D100283 <https://reviews.llvm.org/D100283>, applied them in separate git branches, and then did `git diff barry chris` to find the places they differed.
> The diff is here, if you want to check my work and see if I missed anything: https://pastebin.com/XcAS19dU

Thanks! I assumed D74186 <https://reviews.llvm.org/D74186> would take priority (but needed this to be open since D74186 <https://reviews.llvm.org/D74186> is old and downstream patches depend on this one).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100283



More information about the libcxx-commits mailing list