llvm-project/libcxx/test/std/experimental/utilities
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
..
meta
ratio [libcxx] Add <experimental/ratio> 2015-02-17 16:52:03 +00:00
syserror/header.system_error.synop Fix alignment in tests for readability. 2015-02-03 21:00:15 +00:00
time/header.chrono.synop [libcxx] Add <experimental/chrono> 2015-02-02 21:05:47 +00:00
tuple Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE. 2016-04-20 00:14:32 +00:00
utility
nothing_to_do.pass.cpp