/The-C--Standard-Library

An implementation of the C++ Standard Library.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

The C++ Standard Library

GitHub CircleCI Codacy Badge

An implementation of the C++ standard library, for fun, and for practice.

Current Implementations

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/

Testing

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.

License

This code has been licensed under the GNU General Public License v3.0. GPLv3.0