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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

37cc9c5 Β· Feb 12, 2025
Jan 27, 2025
Nov 26, 2024
Feb 11, 2025
Feb 12, 2025
Feb 12, 2025
Oct 29, 2024
Nov 27, 2024
Aug 31, 2023
Sep 6, 2023
Sep 6, 2023
May 22, 2024
Sep 28, 2024
Aug 31, 2023

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 18
  • gcc 12 through 13

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