aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/ustl/Config.in
blob: b08bc791dc55fbfdccfff84b3c971182ed4f8182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/