Skip to content

Const correct all the things for 4.0 #28654

@bob-beck

Description

@bob-beck

Image

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)

Sub-issues

Metadata

Metadata

Assignees

Labels

triaged: featureThe issue/pr requests/adds a feature

Type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions