Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls."
This reverts commit 40267cc989e6d055d5e470681dc7bcfffc72c32f.
Build fails, e.g. http://lab.llvm.org:8011/#/builders/23/builds/108
GitOrigin-RevId: 620adacf87a376ec536ccc66af59df5bb4dc3b38
diff --git a/include/memory b/include/memory
index 6781e4a..eee0bdf 100644
--- a/include/memory
+++ b/include/memory
@@ -4898,7 +4898,7 @@
_NOEXCEPT_(__is_nothrow_swappable<_Alloc>::value)
#endif
{
- _VSTD::__swap_allocator(__a1, __a2,
+ __swap_allocator(__a1, __a2,
integral_constant<bool, _VSTD::allocator_traits<_Alloc>::propagate_on_container_swap::value>());
}