1 config BR2_PACKAGE_USTL
2 prompt "ustl.............................. C++ Standard Template Library for embedded systems"
4 default m if CONFIG_DEVEL
6 uSTL is a partial implementation of the STL (Standard Template
7 Library) that reduces code size by factoring memory management
8 code into a non-template base class and deriving containers
11 http://ustl.sourceforge.net/