- config ADK_PACKAGE_USTL
- prompt "ustl.............................. C++ Standard Template Library for embedded systems"
- tristate
- default n
- help
- uSTL is a partial implementation of the STL (Standard Template
- Library) that reduces code size by factoring memory management
- code into a non-template base class and deriving containers
- from it.
- http://ustl.sourceforge.net/
|