[PATCH] D37538: [libc++] Remove problematic ADL in container implementations.

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 9 16:25:05 PST 2021


Quuxplusone added a comment.

Everything in this PR is obsolete and/or fixed at this point, //except// for the change to <deque>, which as Eric said, fixes the lower-hanging fruit but sadly can't "ADL-proof" it completely.
(Grepping for "ADL" in the git history of `libcxx/include/` will turn up a lot of patches from me and from Logan Smith, on the subject of ADL-proofing.)
I suggest that this PR could be closed at this point.


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

https://reviews.llvm.org/D37538



More information about the cfe-commits mailing list