Hacker News new | ask | show | jobs
by jcelerier 1637 days ago
https://www.youtube.com/watch?v=6hC9IxqdDDw

anecdotally in the last ten years I haven't seen a single C++ codebase not using the stl, except arduino-level stuff

1 comments

I assume a lot of people roll their own containers and use STL algorithms, which makes a lot of sense if you need control over allocations but still want to utilise the STL.