Config.in 414 B

12345678910111213
  1. config ADK_PACKAGE_USTL
  2. prompt "ustl.............................. C++ Standard Template Library for embedded systems"
  3. tristate
  4. default n
  5. depends on ADK_CXX
  6. help
  7. uSTL is a partial implementation of the STL (Standard Template
  8. Library) that reduces code size by factoring memory management
  9. code into a non-template base class and deriving containers
  10. from it.
  11. http://ustl.sourceforge.net/