Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Colbeyyy/ch_stl
- Owner: colbyhall
- Created: 2019-05-23T02:45:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T08:43:44.000Z (about 5 years ago)
- Last Synced: 2024-12-21T20:31:47.578Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 1.04 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- AwesomeCppGameDev - ch_stl
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.