# cpp-std-extensions **Repository Path**: Ethan-ZYS/cpp-std-extensions ## Basic Information - **Project Name**: cpp-std-extensions - **Description**: No description available - **Primary Language**: Unknown - **License**: BSL-1.0 - **Default Branch**: lukevalenty/static_proof - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-01 - **Last Updated**: 2025-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # *stdx* - C++ Standard Extensions and Polyfill [![Unit Tests](https://github.com/intel/cpp-std-extensions/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/intel/cpp-std-extensions/actions/workflows/unit_tests.yml) *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](https://intel.github.io/cpp-std-extensions/).