| Anonymous | Login | Signup for a new account | 2025-10-27 06:03 UTC |
| My View | View Issues | Change Log | Roadmap | All Projects Issue Support Ranking | Rules | My Account |
| 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
16The 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. |
||
| Copyright © 2000 - 2025 MantisBT Team |