You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members
Volodymyr Sapsai d805c8746a [libcxx] Use custom allocator's `construct` in C++03 when available.
Makes libc++ behavior consistent between C++03 and C++11.

Can use `decltype` in C++03 because `include/__config` defines a macro when
`decltype` is not available.

Reviewers: mclow.lists, EricWF, erik.pilkington, ldionne

Reviewed By: ldionne

Subscribers: dexonsmith, cfe-commits, howard.hinnant, ldionne, christof, jkorous, Quuxplusone

Differential Revision: https://reviews.llvm.org/D48753


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349676 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
allocate.fail.cpp More of P0600; marking allocation routines as [[nodiscard]] 7 years ago
allocate.pass.cpp Fix accidental ADL in std::allocator_traits meta-programming. 7 years ago
allocate_hint.pass.cpp Fix accidental ADL in std::allocator_traits meta-programming. 7 years ago
construct.pass.cpp Fix accidental ADL in std::allocator_traits meta-programming. 7 years ago
deallocate.pass.cpp Fix accidental ADL in std::allocator_traits meta-programming. 7 years ago
destroy.pass.cpp [libcxx] Use custom allocator's `construct` in C++03 when available. 6 years ago
incomplete_type_helper.h Fix accidental ADL in std::allocator_traits meta-programming. 7 years ago
max_size.pass.cpp Portability fix: add missing includes and static_casts. Reviewed as https://reviews.llvm.org/D55777. Thanks to Andrey Maksimov for the patch. 6 years ago
select_on_container_copy_construction.pass.cpp Fix accidental ADL in std::allocator_traits meta-programming. 7 years ago