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

Fix compilation error caused by c++20 removal of std::result_of. #16

Closed
wants to merge 2 commits into from
Closed

Conversation

SeeRich
Copy link

@SeeRich SeeRich commented Aug 15, 2022

This error appeared for me when using C++20 flag with MSVC.

std::result_of was deprecated in C++17 and removed in C++20.

std::invoke_result was added in C++17.

@SeeRich
Copy link
Author

SeeRich commented Aug 16, 2022

I'm not sure what is going on with the CI tests. They all pass for C++14/17/20 on my local machine.

@SeeRich SeeRich closed this by deleting the head repository Jan 17, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant