openwrtv3/openwrt/package/ustl/Config.in
Nicolas Thill 14c6723d39 add uSTL package
SVN-Revision: 2603
2005-12-08 22:15:42 +00:00

12 lines
410 B
Text

config BR2_PACKAGE_USTL
prompt "ustl.............................. C++ Standard Template Library for embedded systems"
tristate
default m if CONFIG_DEVEL
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/