To STL or !STL, that is the question [closed]

The main reasons not to use STL are that:

  1. Your C++ implementation is old and has horrible template support.
  2. You can’t use dynamic memory allocation.

Both are very uncommon requirements in practice.

For a longterm project rolling your own containers that overlap in functionality with the STL is just going to increase maintenance and development costs.

Leave a Comment

404 Not Found

Not Found

The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.