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/utilities/memory
Howard Hinnant 05e7d24b3d default_delete needs a static_assert against void types. I had previously thought that sizeof(void) would take care of this. I was wrong.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@180213 91177308-0d34-0410-b5e6-96231b3b80d8
13 years ago
..
allocator.tag license change 15 years ago
allocator.traits LWG 1404 15 years ago
allocator.uses license change 15 years ago
c.malloc license change 15 years ago
default.allocator Corrected some bugs in both memory and the tests. Preparing for being able to turn on support for alias templates. 15 years ago
pointer.traits license change 15 years ago
ptr.align license change 15 years ago
specialized.algorithms addressof misbehaving for type with an implicit conversion operator to char&. This fixes http://llvm.org/bugs/show_bug.cgi?id=15754 13 years ago
storage.iterator license change 15 years ago
temporary.buffer license change 15 years ago
unique.ptr default_delete needs a static_assert against void types. I had previously thought that sizeof(void) would take care of this. I was wrong. 13 years ago
util.dynamic.safety license change 15 years ago
util.smartptr This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously. 13 years ago
version.pass.cpp license change 15 years ago