grppi icon indicating copy to clipboard operation
grppi copied to clipboard

Failed to compile with C++20 due to the removal of std::result_of.

Open Jerry-Ma opened this issue 4 years ago • 0 comments

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.

Jerry-Ma avatar Oct 02 '21 04:10 Jerry-Ma