Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 430 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 430 Bytes

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