Closed toge closed 8 months ago
std::result_of_t has been deprecated since C++17 and has been deleted since C++20. https://en.cppreference.com/w/cpp/types/result_of
std::result_of_t
I want to use ssp in C++20. Could you use std::invoke_of_t instead of std::result_of_t?
std::invoke_of_t
I will take care of it soon. Thanks for the feedback.
It should be working as of version 1.7.1.
std::result_of_t
has been deprecated since C++17 and has been deleted since C++20. https://en.cppreference.com/w/cpp/types/result_ofI want to use ssp in C++20. Could you use
std::invoke_of_t
instead ofstd::result_of_t
?