hanchenye-llvm-project/libcxx/test/utilities
Marshall Clow 85d3e7a729 Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr)
llvm-svn: 207307
2014-04-26 05:19:48 +00:00
..
allocator.adaptor Final bit for LWG #2263; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way. 2014-03-11 04:32:12 +00:00
date.time
function.objects Bug #19473. If you pass an allocator to std::function, we should use that allocator, not construct one from scratch. Add a test to make sure 2014-04-18 17:23:36 +00:00
intseq
memory Final bit for LWG #2263; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way. 2014-03-11 04:32:12 +00:00
meta Fixed a test that was attempting to use rvalue-references w/o checking to see if they were supported in the language. This resulted in a warning when testing using C++03. 2014-04-17 18:11:38 +00:00
optional Move <optional> into include/experimental, and into the std::experimental namespace, since it's not part of C++14, but of an upcoming TS 2013-11-15 22:42:10 +00:00
ratio
template.bitset
time Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
tuple Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr) 2014-04-26 05:19:48 +00:00
type.index
utilities.general
utility This fixes a very subtle ABI problem concerning the copy constructor of 2013-11-13 00:39:22 +00:00
utility.requirements
nothing_to_do.pass.cpp