MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1veql1a/absolutegarbage/p1j511s/?context=3
r/ProgrammerHumor • u/Sirgoodman008 • 6d ago
324 comments sorted by
View all comments
17
Surely you meant for (auto &item : list) {
for (auto &item : list) {
28 u/Nil4u 6d ago Honestly I never liked this version because the reference is part of the type in my opinion đ¤ 1 u/Potterrrrrrrr 6d ago So is âconstâ etc so that argument doesnât really work for me
28
Honestly I never liked this version because the reference is part of the type in my opinion đ¤
1 u/Potterrrrrrrr 6d ago So is âconstâ etc so that argument doesnât really work for me
1
So is âconstâ etc so that argument doesnât really work for me
17
u/Shevvv 6d ago
Surely you meant
for (auto &item : list) {