-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
Add missing CallableCustomMethodPointer for const methods #94864
Add missing CallableCustomMethodPointer for const methods #94864
Conversation
440f1ea
to
fd819dd
Compare
fd819dd
to
a84c480
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. TIWAGOS, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't seem to break anything.
Note that it uses some std
stuff though.
Seems like |
The fact that language features are modeled as items in the standard library makes that non-avoidable in cases like this. |
Thanks! |
actually slightly refactored the code to reduce duplicate code and to allow const functions returning void
and fixed some incorrect functions in
binder_common.h
required for #94744