CheckClass: Added classInfo about explicit checking

This commit is contained in:
Daniel Marjamaki 2011-10-30 09:54:02 +01:00
parent 8514466c68
commit 132f0e12d1
1 changed files with 2 additions and 1 deletions

View File

@ -162,7 +162,8 @@ private:
"* Are there unused private functions\n"
"* 'operator=' should return reference to self\n"
"* 'operator=' should check for assignment to self\n"
"* Constness for member functions\n";
"* Constness for member functions\n"
"* explicit should / shouldn't be used\n";
}
// operatorEqRetRefThis helper function