llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other
Eric Fiselier 840fa745ca Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
The primary purpose of this patch is to add the 'is_callable' traits.
Since 'is_nothrow_callable' required making 'INVOKE' conditionally noexcept
I also took this oppertunity to implement a constexpr version of INVOKE.
This fixes 'std::experimental::apply' which required constexpr 'INVOKE support'.

This patch will be followed up with some cleanup. Primarly removing most
of "__member_function_traits" since it's no longer used by INVOKE (in C++11 at least).

llvm-svn: 266836
2016-04-20 00:14:32 +00:00
..
aligned_storage.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
aligned_union.pass.cpp
common_type.pass.cpp make common_type SFINAE-friendly and support void. Patch from Agustin Berge. 2015-09-08 00:13:57 +00:00
conditional.pass.cpp
decay.pass.cpp
enable_if.fail.cpp
enable_if.pass.cpp
enable_if2.fail.cpp
result_of.pass.cpp Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE. 2016-04-20 00:14:32 +00:00
result_of11.pass.cpp Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE. 2016-04-20 00:14:32 +00:00
underlying_type.pass.cpp