llvm-project/libcxx/test/std/utilities
Eric Fiselier 060cc200d0 Fix PR26103 - Error calling is_convertible with incomplete type. Patch from Michael Daniels.
llvm-svn: 258852
2016-01-26 20:24:30 +00:00
..
allocator.adaptor Add the tests for the last commit 2015-10-25 19:53:29 +00:00
function.objects Implement LWG#2385; remove the allocator-aware std::function::assign call. It was useless, and didn't actually *do anything* with the allocator. Now it's gone. On the off chance that someone is mistakenly calling it, it's only gone in C++1z 2016-01-25 17:29:55 +00:00
intseq Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. 2016-01-12 14:51:04 +00:00
memory Implement P0074: Making owner_less more flexible 2015-11-12 15:56:44 +00:00
meta Fix PR26103 - Error calling is_convertible with incomplete type. Patch from Michael Daniels. 2016-01-26 20:24:30 +00:00
ratio Implement more of P0006; Type Traits Variable Templates. <ratio> 2015-11-30 05:04:22 +00:00
template.bitset Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
time Last bit of P0006; mark it as complete 2015-11-30 05:39:30 +00:00
tuple Fix type in tuple test. Sorry for the noise 2015-12-18 01:04:36 +00:00
type.index Get tests running with warnings. Fix warnings in headers and tests 2015-02-05 20:28:37 +00:00
utilities.general
utility Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 2016-01-20 04:59:57 +00:00
utility.requirements
nothing_to_do.pass.cpp