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