llvm-project/libcxx/test/std/utilities/meta/meta.unary.prop.query
Eric Fiselier 831c112954 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.

llvm-svn: 255585
2015-12-15 00:32:21 +00:00
..
alignment_of.pass.cpp Fix bugs in alignment_of_v, etc. Re-enable the newly added tests 2015-11-30 05:20:00 +00:00
extent.pass.cpp Fix bugs in alignment_of_v, etc. Re-enable the newly added tests 2015-11-30 05:20:00 +00:00
rank.pass.cpp Fix bugs in alignment_of_v, etc. Re-enable the newly added tests 2015-11-30 05:20:00 +00:00
void_t.pass.cpp Fix various GCC mis-configurations for newer versions. 2015-12-15 00:32:21 +00:00