forked from OSchip/llvm-project
![]() std::result_of creates problems when building with C++20 because it's deprecated there. The solution is to remove it and get return value type for a function with decltype. Substitute std::invoke_result for std::result_of is unnecessary because we don't have std::invoke semantics within the function - we don't work with pointer-to-member's. Reviewed by: ldionne, MikeDvorskiy, #libc Differential Revision: https://reviews.llvm.org/D118457 |
||
---|---|---|
.. | ||
pstl/internal | ||
__pstl_algorithm | ||
__pstl_config_site.in | ||
__pstl_execution | ||
__pstl_memory | ||
__pstl_numeric |