hanchenye-llvm-project/libcxx/test/utilities
Eric Fiselier 567bb79bf2 D4451: Fix copy/move issues casude by __tuple_leafs's converting constructor
llvm-svn: 213888
2014-07-24 18:48:34 +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 Fix libc++ bug #20039: 'Constructing std::function from empty compatible std::function results in half-empty state' Thanks to Agustin Berge for the report, and for his and Eric Fiselier's work on a fix. 2014-06-30 21:27:51 +00:00
intseq Implement n3658 - Compile-time integer sequences 2013-07-01 16:26:55 +00:00
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 Correctly implement LWG 2049; std::is_destructible. 2014-07-16 15:51:50 +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 Test case was forming the wrong limits when size_t != unsigned long. 2013-03-29 21:22:22 +00:00
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 D4451: Fix copy/move issues casude by __tuple_leafs's converting constructor 2014-07-24 18:48:34 +00:00
type.index
utilities.general
utility D4451: Fix copy/move issues casude by __tuple_leafs's converting constructor 2014-07-24 18:48:34 +00:00
utility.requirements
nothing_to_do.pass.cpp