llvm-project/libcxx/test/std/utilities/memory/allocator.traits
Eric Fiselier 9f8fef9504 Fix accidental ADL in std::allocator_traits meta-programming.
There were a number of cases where __double_underscore functions,
for example __has_construct_test, were called without being qualified,
causing ADL to occur. This patch qualifies those calls to avoid this
problem.

Thanks to David L. Jones for point out the issue initially.

llvm-svn: 313324
2017-09-15 00:31:38 +00:00
..
allocator.traits.members Fix accidental ADL in std::allocator_traits meta-programming. 2017-09-15 00:31:38 +00:00
allocator.traits.types [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
allocator_type.pass.cpp
rebind_traits.pass.cpp [libc++] Remove various C++03 feature test macros 2016-09-25 03:34:28 +00:00
value_type.pass.cpp