Skip to content

Releases: MedStudios/C3TL

C3TL v1.0.1

16 Jun 12:55
Compare
Choose a tag to compare

Fixed several bugs within vector, deque and algorithm.h functions.

Thanks to @seahore @wang49 .

C3TL v1.0.0

14 Jun 10:43
Compare
Choose a tag to compare

Some classes or modules listed below may not be fully implemented.

Class Templates

  • allocator @ <memory.h>
  • basic_string (string) @ <basic_string.h>
  • vector @ <vector.h>
  • deque @ <deque.h>
  • stack @ <stack.h>
  • queue @ <queue.h>
  • Function objects @ <functional.h>

Function Templates

  • sort series @ <algorithm.h>
  • binary series @ <algorithm.h>
  • max & min @ <algorithm.h>
  • swap @ <utility.h>

Redirected

  • <iostream.h>
  • move @ <utility.h>
  • reverse_iterator @ <iterator.h>

Thanks to @seahore @wzy2 @kouyou13241 @wang49.