Skip to content

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.

License

Notifications You must be signed in to change notification settings

intel/cpp-std-extensions

stdx - C++ Standard Extensions and Polyfill

Unit Tests

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

  • backports to C++17 some standard library features from C++20 and beyond
  • adds some useful extra utilities that are missing from the standard

Some of the extras are available only with C++20 or later.

stdx supports:

  • clang 14 through 20
  • gcc 12 through 14

See the full documentation.

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

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8