mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 12:00:38 +02:00
8bc453a49c
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2603 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
410 B
Plaintext
13 lines
410 B
Plaintext
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/
|
|
|