[libcxx-commits] [PATCH] D92776: [libc++] ADL-proof <algorithm> by adding _VSTD:: qualification on calls.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 25 08:42:49 PST 2021


ldionne added a comment.

In D92776#2502234 <https://reviews.llvm.org/D92776#2502234>, @EricWF wrote:

> We definitely want to unqualify `__unwrap_iter` to unbreak chromium. That's somewhat intended to be a customization point (until the proper contiguous iterator stuff lands).

Given Arthur's work on https://reviews.llvm.org/D94807, I would rather go with D94807 <https://reviews.llvm.org/D94807>. That makes it more "official" how one can achieve the same results, instead of having some sort of "private contract" with Chrome.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92776



More information about the libcxx-commits mailing list