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
Howard Hinnant ac6de546bd Fixing up some ABI issues
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134639 91177308-0d34-0410-b5e6-96231b3b80d8
15 years ago
..
allocator.adaptor Test adjustment for recent changes in allocator_traits 15 years ago
date.time license change 15 years ago
function.objects Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191 15 years ago
memory Corrected some bugs in both memory and the tests. Preparing for being able to turn on support for alias templates. 15 years ago
meta noexcept for <memory>. I've added a few extension noexcept to: allocator_traits<A>::deallocate, allocaate<T>::deallocate, return_temporary_buffer, and default_delete<T>::operator()(T*) const. My rationale was: If a std-dicated noexcept function needs to call another std-defined function, that called function must be noexcept. We're all a little new to noexcept, so things like this are to be expected. Also included fix for broken __is_swappable trait pointed out by Marc Glisse, thanks Marc|. And fixed a test case for is_nothrow_destructible. Destructors are now noexcept by default| 15 years ago
ratio license change 15 years ago
template.bitset Clean up a bunch of warnings in the tests, 3 of which actually turned out to be test bugs. 15 years ago
time Update testsuite strucuture to latest draft 15 years ago
tuple LWG 1385 [FCD] tuple_cat should be a single variadic signature (http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#1385). This issue is only in Ready status, meaning it is not official, but probably will be this March in Madrid. It was tentatively accepted in Batavia with the previso that Bill and I didn't have any problems implementing it. This is my part of that agreement. 15 years ago
type.index Fixing up some ABI issues 15 years ago
utilities.general license change 15 years ago
utility test for pair piecewise construction 15 years ago
utility.requirements license change 15 years ago
nothing_to_do.pass.cpp license change 15 years ago