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

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 8 13:00:39 PST 2020


Quuxplusone added a comment.

@logan-5: LGTM! (not that I have any power to commit it).

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.


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