mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 22:38:56 -04:00
![]() 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 |
||
---|---|---|
.. | ||
arithmetic.operations | ||
bind | ||
bitwise.operations | ||
comparisons | ||
func.def | ||
func.invoke | ||
func.memfn | ||
func.require | ||
func.wrap | ||
logical.operations | ||
negators | ||
refwrap | ||
unord.hash | ||
version.pass.cpp |