llvm-project/libcxx/test/std/utilities
Eric Fiselier 083abfb3f6 [libcxx] Get is_*_destructible tests passing in C++03.
Summary: This patch adds proper guards to the is_destructible tests depending on the standard version so that they pass in c++03.

Reviewers: mclow.lists, EricWF

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D10047

llvm-svn: 242612
2015-07-18 16:43:58 +00:00
..
allocator.adaptor Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||' where I meant '&&' in the code; fixed that, too 2015-06-03 16:15:55 +00:00
date.time Make support for thread-unsafe C functions optional. 2015-06-24 08:44:38 +00:00
function.objects Cleanup tests that fail in C++1z and with Clang 3.8 2015-07-17 22:27:43 +00:00
intseq
memory Make sure that __libcpp_compressed_pair_imp default-constructs its' members, rather than value-initializing them. Fixes PR#24137 2015-07-16 03:05:06 +00:00
meta [libcxx] Get is_*_destructible tests passing in C++03. 2015-07-18 16:43:58 +00:00
ratio A few bits of N2994 didn't get fully implemented a long time ago. Thanks to STL@microsoft.com for the bug report 2015-04-16 21:36:54 +00:00
template.bitset Include what we use, instead of letting them get pulled in implictly. This makes the tests work on VS. Thanks to STL for the report 2015-07-16 22:13:26 +00:00
time Get tests running with warnings. Fix warnings in headers and tests 2015-02-05 20:28:37 +00:00
tuple [libc++] Try and prevent evaluation of `is_default_constructible` on tuples default constructor if it is not needed. 2015-02-21 02:30:41 +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 Cleanup move/forward tests and remove references to __rv. 2015-05-27 00:51:08 +00:00
utility.requirements
nothing_to_do.pass.cpp