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.
- Host: GitHub
- URL: https://github.com/erengy/nstd
- Owner: erengy
- License: mit
- Created: 2019-02-28T11:41:31.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T14:29:33.000Z (over 1 year ago)
- Last Synced: 2025-10-25T11:18:58.598Z (8 months ago)
- Topics: cpp17, work-in-progress
- Language: C++
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).