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

https://github.com/erengy/nstd

This is not the C++ standard library you are looking for.
https://github.com/erengy/nstd

cpp17 work-in-progress

Last synced: 4 months ago
JSON representation

This is not the C++ standard library you are looking for.

Awesome Lists containing this project

README

          

# nstd

This is not the C++ standard library you are looking for.

This is a rather small collection of convenience classes and functions I use in my projects.

## Notes to self

- Add something only if you need it. This is not Boost.
- Do not add platform-specific (e.g. Windows only) code.
- Respect naming conventions of STL where possible.
- Do not extend STL classes. Create compatible functions instead.
- Do not worry about backwards compatibility.
- Keep it simple and naive. It is okay if it works well enough for you.

## License

Licensed under the [MIT License](https://opensource.org/licenses/MIT).