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/std/utilities/meta
Eric Fiselier e39f4b996e Fix various GCC mis-configurations for newer versions.
This patch goes through and enables C++11 and C++14 features for newer GCC's.
The main changes are:

1. Turn on variable templates. (Uses __cpp_variable_templates)
2. Assert atomic<Tp> is trivially copyable (Uses _GNUC_VER >= 501).
3. Turn on trailing return support for GCC. (Uses _GNUC_VER >= 404)
4. XFAIL void_t test for GCC 5.1 and 5.2. Fixed in GCC 6.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@255585 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
meta.hel Add support for N4389 - std::bool_constant 11 years ago
meta.logical Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation (__and_, __or_, and __not_) so that we can use them elsewhere in non-C++17 code - for example, in the LFTS 10 years ago
meta.rel Fix bad macros in tests 10 years ago
meta.rqmts Move test into test/std subdirectory. 11 years ago
meta.trans K-Ballo pointed out a mistake in the add_lvalue_ref tests I checked in; now more of them are passing. Thanks 10 years ago
meta.type.synop Move test into test/std subdirectory. 11 years ago
meta.unary Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
meta.unary.prop.query Fix various GCC mis-configurations for newer versions. 10 years ago
version.pass.cpp Move test into test/std subdirectory. 11 years ago