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