llvm-project/libcxx/test/std/utilities/memory/allocator.traits
Volodymyr Sapsai e7652f5c0d [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

llvm-svn: 349676
2018-12-19 20:08:43 +00:00
..
allocator.traits.members [libcxx] Use custom allocator's `construct` in C++03 when available. 2018-12-19 20:08:43 +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
value_type.pass.cpp