(A case for) Creating a stack-allocated Stack container in C++
I've always looked inside the C++ STL and wondered why the library provided stack container is not allocated on the stack section but is actually allocated on the heap.
A container which is allocated on stack would be handy in embedded systems where ...
blog.srikanth.one3 min read