8000 GitHub - erengy/nstd: This is not the C++ standard library you are looking for.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ nstd Public

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

License

Notifications You must be signed in to change notification settings

erengy/nstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0