llvm-project/libcxx/test/std/utilities/memory/util.smartptr
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.enab Fix PR#18843. Thanks to Howard for the fix 2015-06-19 15:54:13 +00:00
util.smartptr.hash
util.smartptr.shared Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE. 2016-04-20 00:14:32 +00:00
util.smartptr.shared.atomic Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
util.smartptr.weak Implement P0074: Making owner_less more flexible 2015-11-12 15:56:44 +00:00
util.smartptr.weakptr
nothing_to_do.pass.cpp