[cfe-dev] constifying utility?

Bruce Stephens bruce.r.stephens at gmail.com
Thu Nov 21 12:56:49 PST 2013


It seems (in principle) feasible for a utility to scan some function
or method and detect that in fact some non-const
parameters can't be modified.  In that case it could suggest that that
parameter be made const.  Similarly for const methods,
I guess.

Anybody written such a utility, or thought about it and decided not to
for some reason?



More information about the cfe-dev mailing list