forked from OSchip/llvm-project
![]() 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 |
||
---|---|---|
.. | ||
aligned_storage.pass.cpp | ||
aligned_union.pass.cpp | ||
common_type.pass.cpp | ||
conditional.pass.cpp | ||
decay.pass.cpp | ||
enable_if.fail.cpp | ||
enable_if.pass.cpp | ||
enable_if2.fail.cpp | ||
result_of.pass.cpp | ||
result_of11.pass.cpp | ||
underlying_type.pass.cpp |