[libcxx-commits] [PATCH] D91708: [libcxx] Add some missing _VSTD:: to <vector>, with a regression test.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 19 07:59:07 PST 2020
Quuxplusone updated this revision to Diff 306416.
Quuxplusone added a comment.
My change to `__swap_allocators` was bad. Define the helper templates //before// the template that uses them. (Before, two-phase lookup was letting us get away with the unqualified call. With the qualified call, buildbots were not happy.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91708/new/
https://reviews.llvm.org/D91708
Files:
libcxx/include/__hash_table
libcxx/include/__split_buffer
libcxx/include/__tree
libcxx/include/deque
libcxx/include/forward_list
libcxx/include/list
libcxx/include/memory
libcxx/include/string
libcxx/include/vector
libcxx/test/libcxx/containers/sequences/vector/robust_against_adl.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91708.306416.patch
Type: text/x-patch
Size: 12129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201119/6eff7851/attachment.bin>
More information about the libcxx-commits
mailing list