|
1 year ago | |
---|---|---|
.circleci | 1 year ago | |
include | 1 year ago | |
scripts | 1 year ago | |
test | 1 year ago | |
.clang-format | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago |
An implementation of the C++ standard library, for fun, and for practice.
C++ Standard Library Headers | Implementations | Reference |
---|---|---|
<vector> |
std::vector |
http://www.cplusplus.com/reference/vector/ |
<algorithm> |
std::equal , std::find , std::copy , std::search |
http://www.cplusplus.com/reference/algorithm/ |
The test/
directory contains tests that showcase usage and compare them against standard library functionality where possible. The Mint test framework is used to write these.
This code has been licensed under the GNU General Public License v3.0.