[libcxx-commits] [PATCH] D92884: [libc++] ADL-proof <functional> by adding _VSTD:: qualification on calls.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 14 07:04:58 PST 2020
Quuxplusone updated this revision to Diff 311574.
Quuxplusone added a comment.
Herald added a subscriber: mgrang.
Temporarily rebase on D93153 <https://reviews.llvm.org/D93153> to see if D93153 <https://reviews.llvm.org/D93153> indeed fixes the GCC buildbot issue. (Will still wait for review of D93153 <https://reviews.llvm.org/D93153> before landing either of these.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92884/new/
https://reviews.llvm.org/D92884
Files:
libcxx/include/__debug
libcxx/include/__functional_03
libcxx/include/__functional_base
libcxx/include/__functional_base_03
libcxx/include/algorithm
libcxx/include/functional
libcxx/include/future
libcxx/include/memory
libcxx/include/optional
libcxx/include/valarray
libcxx/test/std/algorithms/robust_against_adl_on_new.pass.cpp
libcxx/test/std/utilities/function.objects/func.memfn/robust_against_adl.pass.cpp
libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/robust_against_adl.pass.cpp
libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/robust_against_adl.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92884.311574.patch
Type: text/x-patch
Size: 54788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201214/2f9f0bb8/attachment-0001.bin>
More information about the libcxx-commits
mailing list