Is there a program that can scan entire projects and report all constructors eligible for implicit conversion?
Thanks!
Is there a program that can scan entire projects and report all constructors eligible for implicit conversion?
Thanks!
Cppcheck may be able to do this, but I'm not certain. If it doesn't do it now, it would be an ideal framework on which to build such a feature.
(Also, if you're not yet using Cppcheck, start now! Disclaimer: I'm a contributor.)