Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 3.66 KB

File metadata and controls

71 lines (55 loc) · 3.66 KB

Foundational C++ Support

The relevant policies are described at https://opensource.google/documentation/policies/cplusplus-support. This document captures the specific version numbers as resolved by those policies.

Note that some of these version supports apply broadly to other languages as well, and are not exclusive to C++.

Linux distributions

Distribution Supported Version Last Changed Next Change 1
Alpine >= 3.20 2025-12-16 2026-04-01
Debian >= 11 2024-07-01 2026-06-30
Fedora >= 42 2025-12-16 2026-05-13
openSUSE >= Leap 15.6 2024-12-31 2025-12-31
Ubuntu LTS >= 22.04 2025-06-04 2027-05-01
RHEL >= 9 2024-07-01 2027-06-01
RockyLinux >= 9 2024-07-01 2027-06-01

Windows

Dimension Supported Version Last Changed Next Change 1
Windows Server >= 2022 2024-01-22 2026-10-13
Windows Client >= 11 2025-12-16 2026-05-13

macOS

Dimension Supported Version Last Changed Next Change 1
Xcode >= 26 2025-09-15 2026-09-15
macOS (target) >= 12 (Monterey) 2025-12-16 2026-07-01
iOS (target) >= 15 2025-12-16 2026-09-15

Android NDK

Dimension Supported Version Last Changed Next Change 1
Android API (target) >= 21 2022-09-18

Compilers, tools, build systems

Dimension Supported Version Last Changed Next Change 1
C++ Version >= 17 2024-12-17 2027-12-15
CMake >= 3.22 2025-06-04 2027-05-01 2
Bazel 8 LTS 2025-12-16 2026-12-01
GCC >= 7.5.0 2024-07-01 2026-01-01 3
Clang >= 14.0.0 2025-06-04 2027-05-01 4
MSVC >= 2022 2024-04-29 2027-01-12
Apple Clang >= 17 2025-12-19 2026-07-01
glibc >= 2.27 2024-07-09 TBD 5
musl >= 1.2.4 2024-12-17 2025-05-09

Notes

Footnotes

  1. This is an estimated date. The actual date may change if the vendor (or community, as applicable) extends or shortens the lifetime of the dimension in question. 2 3 4 5

  2. We support the oldest version of CMake that ships with one of the supported distros. Currently that is CMake 3.22 as Ubuntu 22.04 ships with this version.

  3. Once openSUSE/Leap 15.5 reaches EOL we will support the oldest version of GCC that ships with one of the supported distros.

  4. We support the oldest version of Clang that ships with one of the supported distros. Currently that is Clang 14.0 as Ubuntu 22.04 ships with this version.

  5. We plan to support glibc >= 2.27 until further notice.