mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-11 17:08:42 +00:00
f824bb0e36
std::invoke_result takes function object type and arguments separately (unlike std::result_of) so, std::invoke_result_t<F()> usage is incorrect. On the other hand, we don't need std::invoke() semantics here at all. So just simplifying the code without extra dependency and use trailing return type as the fix. Reviewed By: MikeDvorskiy Differential Revision: https://reviews.llvm.org/D114624 |
||
---|---|---|
.. | ||
pstl/internal | ||
__pstl_algorithm | ||
__pstl_config_site.in | ||
__pstl_execution | ||
__pstl_memory | ||
__pstl_numeric |