[cfe-dev] std::invoke_result is missing in libc++?

Egor Pugin via cfe-dev cfe-dev at lists.llvm.org
Wed Nov 29 23:48:47 PST 2017


Hi,

Trying to build my code in C++17 mode with clang fails with missing
std::invoke_result_t in libc++.
See http://en.cppreference.com/w/cpp/types/result_of

Grepping master branch does not give any matches.
Am I missing something or there's no invoke_result implementation?

-- 
Egor Pugin



More information about the cfe-dev mailing list