Click to See Complete Forum and Search --> : coding tool for const functions


dougbrower
July 13th, 1999, 10:45 AM
Does anyone know of a tool that would help identify candidate const functions? What I have in mind is a source analyzer that would tell me whether I could declare foo() const because it calls only const functions and does not change any class or global variables.

Thanks,

Doug Brower