Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 621 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 621 Bytes

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.