You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/utilities/meta/meta.trans/meta.trans.other
Zhihao Yuan e445521637 [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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@320509 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
aligned_storage.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
aligned_union.fail.cpp Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFC 8 years ago
aligned_union.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library 9 years ago
common_type.pass.cpp Fix a C++03 failure 9 years ago
conditional.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
decay.pass.cpp [libcxx] [test] Untabify, NFC. 8 years ago
enable_if.fail.cpp
enable_if.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
enable_if2.fail.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 10 years ago
remove_cvref.pass.cpp [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
result_of.pass.cpp [libcxx] P0604, invoke_result and is_invocable 8 years ago
result_of11.pass.cpp [libcxx] P0604, invoke_result and is_invocable 8 years ago
underlying_type.pass.cpp [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp. 9 years ago