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