[libcxx-commits] [PATCH] D92776: [libc++] ADL-proof <algorithm> by adding _VSTD:: qualification on calls.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 8 12:45:58 PST 2020
Quuxplusone updated this revision to Diff 310318.
Quuxplusone added a comment.
This time for sure!
ADL-proof __libcpp_is_nothrow_constructible. The GCC C++20 buildbot hit this ADL call; Clang doesn't, presumably because it uses a compiler builtin instead of this codepath in <type_traits>.
https://buildkite.com/llvm-project/libcxx-ci/builds/674
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92776/new/
https://reviews.llvm.org/D92776
Files:
libcxx/include/__string
libcxx/include/algorithm
libcxx/include/locale
libcxx/include/type_traits
libcxx/test/std/algorithms/robust_against_adl.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92776.310318.patch
Type: text/x-patch
Size: 45725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201208/8fbe526d/attachment-0001.bin>
More information about the libcxx-commits
mailing list