Add to classInfo

This commit is contained in:
Paul 2020-06-15 19:43:33 -05:00
parent 172537807b
commit 7c9144ea47
1 changed files with 2 additions and 1 deletions

View File

@ -295,7 +295,8 @@ private:
"- useless calls of string and STL functions\n"
"- dereferencing an invalid iterator\n"
"- reading from empty STL container\n"
"- consider using an STL algorithm instead of raw loop\n";
"- consider using an STL algorithm instead of raw loop\n"
"- incorrect locking with mutex\n";
}
};
/// @}