-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Labels
triaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a feature
Description
We have places where we pass pointers to functions as non-const, but the objects they are pointing to are
not changed.
As making a function argument const is a breaking change which we can only do on major revs, we
should take the opportunity prior to 4.0 release to sweep through and fix all of these that we can.
(I.E. find all the things like this: a9a0f7d)
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
triaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a feature
Type
Projects
Status
In Progress
