llvm-project/libcxx/test/std/utilities/meta/meta.unary
Eric Fiselier 1ad881c3e4 Fix PR32097 - is_abstract doesn't work on class templates.
This patch fixes llvm.org/PR32097 by using the __is_abstract
builtin type-trait instead of the previous library-only implementation.

All supported compilers provide this trait. I've tested as far
back as Clang 3.2, GCC 4.6 and MSVC trunk.

llvm-svn: 296561
2017-03-01 01:27:14 +00:00
..
meta.unary.cat Add tests for noexcept functions 2017-02-13 22:44:39 +00:00
meta.unary.comp Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 2016-10-01 10:46:01 +00:00
meta.unary.prop Fix PR32097 - is_abstract doesn't work on class templates. 2017-03-01 01:27:14 +00:00
nothing_to_do.pass.cpp