Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Jerry-Ma opened this issue Oct 2, 2021 · 0 comments
Open

Comments

@Jerry-Ma
Copy link

Jerry-Ma commented Oct 2, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant