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/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt
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
..
convert_ctor.pass.cpp license change 15 years ago
default.pass.cpp license change 15 years ago
incomplete.fail.cpp license change 15 years ago
void.fail.cpp 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