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.
- Array
- Circular list
- Forward list
- Queue
- Set
- Stack
- Vector
To build the tests, enter the stlite directory and type:
$ make