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

And operator new is hardly used any more in modern C++ code.