summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/allocator.traits
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-256-24/+32
* Fix an MSVC x64 compiler warning. Patch from STL@microsoft.comEric Fiselier2016-08-033-9/+12
* Don't use non-conforming pointer_traits specialization it tests.Eric Fiselier2016-06-221-1/+3
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+3
* Add tests for LWG issue 2361Eric Fiselier2016-04-1810-3/+145
* Add a test for LWG#2466: allocator_traits::max_size() default behavior is inc...Marshall Clow2015-10-251-2/+2
* Noticed that std::allocator<const T> was missing the definition for is_always...Marshall Clow2015-07-011-0/+4
* Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...Marshall Clow2015-06-021-0/+48
* Move test into test/std subdirectory.Eric Fiselier2014-12-2020-0/+1173
OpenPOWER on IntegriCloud