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

Replaced std::result_of with std::invoke_result for c++17 or greater #47

Merged
merged 1 commit into from
Dec 20, 2021
Merged

Replaced std::result_of with std::invoke_result for c++17 or greater #47

merged 1 commit into from
Dec 20, 2021

Conversation

IanLilleyT
Copy link
Contributor

Fixes #46

@Amanieu Amanieu merged commit 756893f into Amanieu:master Dec 20, 2021
kring added a commit to CesiumGS/cesium-unreal that referenced this pull request Jun 12, 2024
Specifically this fix:
Amanieu/asyncplusplus#47

Unfortunately, 2.5 years later, a new official version including that fix still hasn't been released.
kring added a commit to CesiumGS/cesium-unity that referenced this pull request Aug 5, 2024
Specifically this fix:
Amanieu/asyncplusplus#47

Unfortunately, 2.5 years later, a new official version including that fix still hasn't been released.

This is a copy of cesium-unreal commit:
CesiumGS/cesium-unreal@d5bb575
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.

Compilation failures in C++20 due to removal of std::result_of
2 participants