You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
krishnakumarg1984
changed the title
Code quality: Possibility to declare outparam as reference to const in proximal.h?
Code quality: Possibility to declare some outparams as reference to const in some header files?
Jun 22, 2023
In
proximal.h
, static analysis flags thatout
can be declared as a reference toconst
.In relative_variation.h,
Parameter
e
can be declared as reference toconst
.Any thoughts on these?
The text was updated successfully, but these errors were encountered: