-
-
Notifications
You must be signed in to change notification settings - Fork 32
C++23's invoke_r
: the library function that shouldn't exist
#51
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
Comments
Interestingly, it appears to be possible to implement |
@LB-- I'm confused by your reference to |
It's used in the definition of the |
invoke_r can only invoke implicit conversions, and we know that we don't want implicit conversions. Worse, because it's a stdlib header file, any warnings that would have been generated are hidden by the compiler (gcc and clang, only MSVC is good enough to not exclude itself from these warnings) |
invoke_r
vs invoke
invoke_r
: the library function that shouldn't exist
Episode 466 |
No description provided.
The text was updated successfully, but these errors were encountered: