CheckClass: Added classInfo about explicit checking
This commit is contained in:
parent
8514466c68
commit
132f0e12d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue