# cpp-std-extensions **Repository Path**: yutao1115/cpp-std-extensions ## Basic Information - **Project Name**: cpp-std-extensions - **Description**: No description available - **Primary Language**: Unknown - **License**: BSL-1.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-25 - **Last Updated**: 2026-02-25 ## 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 21 - gcc 12 through 14 See the [full documentation](https://intel.github.io/cpp-std-extensions/).