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

Remove my_result_of_t in favor of std::invoke_result_t #370

Open
Enmk opened this issue Apr 30, 2024 · 0 comments
Open

Remove my_result_of_t in favor of std::invoke_result_t #370

Enmk opened this issue Apr 30, 2024 · 0 comments
Labels
3.0 Features planned for 3.0

Comments

@Enmk
Copy link
Collaborator

Enmk commented Apr 30, 2024

Kludged to support both C++ 17 and C++ 20, but now since we've completely switched to C++20 in 3.0 branch, it is safe to remove it.

using my_result_of_t = std::invoke_result_t<F, ArgTypes...>;

@Enmk Enmk added the 3.0 Features planned for 3.0 label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 Features planned for 3.0
Projects
None yet
Development

No branches or pull requests

1 participant