Y
Hacker News
new
|
ask
|
show
|
jobs
by
UncleMeat
2309 days ago
I think most people agree that operator[] is a big footgun for containers, but rigorous use of const helps at least prevent surprises.
1 comments
gumby
2308 days ago
And operator new is hardly used any more in modern C++ code.
link