You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that std::result_of is removed in C++20. (deprecated in C++17).
I just replace all occurrence of it to std::invoke_result in my own fork, but I guess you may want to make a better fix since my approach will break C++14.
The text was updated successfully, but these errors were encountered:
Hi,
It appears that std::result_of is removed in C++20. (deprecated in C++17).
I just replace all occurrence of it to std::invoke_result in my own fork, but I guess you may want to make a better fix since my approach will break C++14.
The text was updated successfully, but these errors were encountered: