Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Colbeyyy/ch_stl

Colby Hall's C++ Standard Library
https://github.com/Colbeyyy/ch_stl

Last synced: 24 days ago
JSON representation

Colby Hall's C++ Standard Library

Awesome Lists containing this project

README

        

# ch_stl

Colby Hall's C++ Standard Library

This library is in a state of constant change. It is actively iterated upon daily.

This library does not use RAII. This choice was made due to the complexity of C++ RAII. You will have to manage your own resources. There are memory debugging tools though.