[libcxx-commits] [PATCH] D74287: [libcxx] Fix unintended ADL inside ref(reference_wrapper<T>) and cref(reference_wrapper<T>)

Logan Smith via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 8 13:09:42 PST 2020


logan-5 added a comment.

In D74287#1865836 <https://reviews.llvm.org/D74287#1865836>, @Quuxplusone wrote:

> PR44398 also reports an ADL `ref` in <memory> https://gcc.godbolt.org/z/EHw3Gy which this patch does not fix, unless I'm missing something.


Yep; submitted a fix for that as a separate patch (D74289 <https://reviews.llvm.org/D74289>). :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74287





More information about the libcxx-commits mailing list