Tuesday, 17 September 2013

development tool to identify missed opportunity for "const"

development tool to identify missed opportunity for "const"

Since C++ compilers can (usually) detect violations of constness, are
there any tools that will identify missed opportunities for declaring
something as const?

No comments:

Post a Comment