/stlite

A self-contained and liteweight standard template library

Primary LanguageC++

STLITE

STLITE is a self-contained and liteweight standard template library implementation. Horewer, if you want to use advanced features like for example initializer list, it can be compiled with USE_STL to use the features from C++ STL.

Supported Containers

  • Array
  • Circular list
  • Forward list
  • Queue
  • Set
  • Stack
  • Vector

Tests

To build the tests, enter the stlite directory and type:

  $ make