llvm-project/libcxx/test/std/utilities/memory/default.allocator
Marshall Clow e652e4dae1 Fixed a possible overflow in a test of allocator::max_size().
llvm-svn: 249349
2015-10-05 20:50:25 +00:00
..
allocator.globals
allocator.members Fixed a possible overflow in a test of allocator::max_size(). 2015-10-05 20:50:25 +00:00
allocator_pointers.pass.cpp
allocator_types.pass.cpp Noticed that std::allocator<const T> was missing the definition for is_always_equal. Fixed this, and added a test for it. 2015-07-01 21:23:40 +00:00
allocator_void.pass.cpp