Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.11 KB

File metadata and controls

24 lines (15 loc) · 1.11 KB

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 21
cpp20 12 thru 14 14 thru 21