Config.in 390 B

1234567891011
  1. config ADK_PACKAGE_USTL
  2. prompt "ustl.............................. C++ Standard Template Library for embedded systems"
  3. tristate
  4. default n
  5. help
  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
  9. from it.
  10. http://ustl.sourceforge.net/