llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared
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
..
util.smartptr.getdeleter
util.smartptr.shared.assign Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptr 2015-05-10 13:59:45 +00:00
util.smartptr.shared.cast
util.smartptr.shared.cmp
util.smartptr.shared.const Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
util.smartptr.shared.create Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE. 2016-04-20 00:14:32 +00:00
util.smartptr.shared.dest
util.smartptr.shared.io
util.smartptr.shared.mod
util.smartptr.shared.obs
util.smartptr.shared.spec
test_deleter.h
types.pass.cpp