Is it reasonable to use the prefix increment operator ++it instead of postfix operator it++ for iterators? - by Andrey Karpov

when handling iterators. My interest in this question arouse far not from my love to art but from practical reasons. We have intended for a long time to develop PVS-Studio not only in the direction of error search but in the direction of prompting tips on code optimization. A message telling you that you'd better write

Comments