forked from OSchip/llvm-project
![]() The meta-programming that attempted to form the invoke call expression was not in a SFINAE context. This made it a hard error to provide non-referencable types like 'void' or 'void (...) const'. This patch fixes the error by checking the validity of the call expression within a SFINAE context. llvm-svn: 352522 |
||
---|---|---|
.. | ||
is_base_of.pass.cpp | ||
is_convertible.pass.cpp | ||
is_convertible_fallback.pass.cpp | ||
is_invocable.pass.cpp | ||
is_nothrow_invocable.pass.cpp | ||
is_same.pass.cpp |