llvm-project/libcxx/test/std/utilities/memory/default.allocator
Marshall Clow 4cec709ed6 Fix for PR26812: possible overflow issue in std::allocator::allocate
llvm-svn: 262610
2016-03-03 12:04:39 +00:00
..
allocator.globals
allocator.members Fix for PR26812: possible overflow issue in std::allocator::allocate 2016-03-03 12:04:39 +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