-
Notifications
You must be signed in to change notification settings - Fork 402
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
broken build: std::result_of is removed in C++20 #1934
Comments
@niclar I think this is easy to fix. It should be possible to add a language version switch in @elfenpiff @mossmaurice Objections? Ideas? |
as a temporary workaround one can override the removal as;
|
@niclar sure, but we already have the machinery to use Would you like to implement this? |
…n based on C++ version
…n based on C++ version
…n based on C++ version
…n based on C++ version
iox-#1934 Alias invoke_result to correct implementation based on C++ version
-Can you make the usage of the now deprecated and removed std::result_of conditional on the C++ revision. C++2x builds are now broken.
HEAD: adbed1b
The text was updated successfully, but these errors were encountered: