main
Zed A. Shaw 1 week ago
parent 27a603f0e1
commit 86501f00f5
  1. 2
      shiterator.hpp

@ -42,7 +42,7 @@
* three-clause-loop-trash. Just look at this comparison:
*
* ```cpp
* for(it = trash.begin(); it != trash.end(); trash++) {
* for(it = trash.begin(); it != trash.end(); it++) {
* std::cout << it << std::endl;
* }
* ```

Loading…
Cancel
Save