Zandronum Chat on our Discord Server Get the latest version: 3.2.1
Source Code

View Revisions: Issue #3807 All Revisions ] Back to Issue ]
Summary 0003807: Some for(...; ...; ...) loops are not range-based loops (C++11), but C-style
Revision 2020-06-07 03:29 by WubTheCaptain
Steps To Reproduce
$ grep -r "for (" src/ | wc -l
968
$ grep -r "for (" src/ | grep "&" | grep ":" | wc -l
283
$ grep -r "for(" src/ | wc -l
16


The ones with "for(" were all third-party dependencies, however. Not accounting for any C files, if there are any.
Revision 2020-06-07 03:29 by WubTheCaptain
Steps To Reproduce $ grep -r "for (" src/ | wc -l
968
$ grep -r "for (" src/ | grep "&" | grep ":" | wc -l
283
$ grep -r "for(" src/ | wc -l
16

The ones with "for(" were all third-party dependencies, however. Not accounting for any C files, if there are any.






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker