llvm-project/libcxx/test/std/utilities/meta/meta.rel
Zhihao Yuan bcde6e715e [libcxx] P0604, invoke_result and is_invocable
Summary:
Introduce a new form of `result_of` without function type encoding.

Rename and split `is_callable/is_nothrow_callable` into `is_invocable/is_nothrow_invocable/is_invocable_r/is_nothrow_invocable_r` (and associated types accordingly)

Change function type encoding of previous `is_callable/is_nothrow_callable` traits to conventional template type parameter lists.


Reviewers: EricWF, mclow.lists, bebuch

Reviewed By: EricWF, bebuch

Subscribers: lichray, bebuch, cfe-commits

Differential Revision: https://reviews.llvm.org/D38831

llvm-svn: 320509
2017-12-12 18:42:04 +00:00
..
is_base_of.pass.cpp Fix bad macros in tests 2015-11-30 05:03:35 +00:00
is_convertible.pass.cpp Cleanup test issues reported by STL @ Microsoft. 2017-05-12 03:38:28 +00:00
is_convertible_fallback.pass.cpp
is_invocable.pass.cpp [libcxx] P0604, invoke_result and is_invocable 2017-12-12 18:42:04 +00:00
is_nothrow_invocable.pass.cpp [libcxx] P0604, invoke_result and is_invocable 2017-12-12 18:42:04 +00:00
is_same.pass.cpp Fix bad macros in tests 2015-11-30 05:03:35 +00:00