grppi
grppi copied to clipboard
Failed to compile with C++20 due to the removal of std::result_of.
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.