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/meta
Sean Hunt 737a351850 Given that __underlying_type is now available in clang, implement
std::underlying_type.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@135410 91177308-0d34-0410-b5e6-96231b3b80d8
15 years ago
..
meta.hel A much improved type_traits for C++0x. Not yet done: is_trivially_constructible, is_trivially_assignable and underlying_type. 15 years ago
meta.rel minor corrections to test, and hook is_base_of up to clang intrinsic 15 years ago
meta.rqmts license change 15 years ago
meta.trans Given that __underlying_type is now available in clang, implement 15 years ago
meta.type.synop license change 15 years ago
meta.unary 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
meta.unary.prop.query Update testsuite strucuture to latest draft 15 years ago
version.pass.cpp license change 15 years ago