Skip to content

embeddedrealityworks/cpp-std-extensions

 
 

stdx - C++ Standard Extensions and Polyfill

Unit Tests

stdx is a C++ header-only library that:

  • backports to C++N some standard library features from C++(>N) and beyond
  • adds some useful extra utilities that are missing from the standard

See the full documentation.

C++ standard support is as follows:

Compiler support:

Branch GCC versions Clang versions
main 12 thru 14 18 thru 22
cpp20 12 thru 14 14 thru 21

About

Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to be used in earlier versions. It also implements some nonstandard but useful extras.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 97.1%
  • CMake 1.5%
  • Python 1.4%