-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Make SurfaceManager const correct #48485
Conversation
This pull request was exported from Phabricator. Differential Revision: D67820439 |
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Differential Revision: D67820439
ddbbde3
to
a2273d9
Compare
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Differential Revision: D67820439
a2273d9
to
38cd580
Compare
This pull request was exported from Phabricator. Differential Revision: D67820439 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D67820439 |
38cd580
to
e9cf7f7
Compare
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Differential Revision: D67820439
This pull request was exported from Phabricator. Differential Revision: D67820439 |
e9cf7f7
to
c86a5b6
Compare
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Differential Revision: D67820439
This pull request was exported from Phabricator. Differential Revision: D67820439 |
@christophpurrer I don't know which problem you are solving, but I suspect this change is not correct. |
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Reviewed By: rshest Differential Revision: D67820439
c86a5b6
to
8572ca1
Compare
This pull request was exported from Phabricator. Differential Revision: D67820439 |
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Reviewed By: rshest Differential Revision: D67820439
8572ca1
to
f58b490
Compare
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Reviewed By: rshest Differential Revision: D67820439
This pull request was exported from Phabricator. Differential Revision: D67820439 |
f58b490
to
6ff0bf3
Compare
This pull request was exported from Phabricator. Differential Revision: D67820439 |
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Reviewed By: rshest Differential Revision: D67820439
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Reviewed By: rshest Differential Revision: D67820439
This pull request has been merged in c855251. |
This pull request was successfully merged by @christophpurrer in c855251 When will my fix make it into a release? | How to file a pick request? |
Summary:
[Changelog] [Internal] - Make SurfaceManager const correct
This marks methods which don't modify member props as
const
and others as nonconst
.The current API signature is misleading as
const
methods do altermutable
membersDifferential Revision: D67820439