uSTL - a size-optimized STL
Description
uSTL is a partial implementation of the STL that reduces code size by factoring memory management code into a non-template base class and deriving containers from it.
uSTL - a size-optimized STL Web SiteUser Ratings
User Reviews
-
I'm just starting with it, so far so good. Trying to use it with a newlib/g++ combination for an embedded project