@@ -28,6 +28,7 @@ C++ standards:
2828* ISO/IEC 14882:2014 (C++14)
2929* ISO/IEC 14882:2017 (C++17)
3030* ISO/IEC 14882:2020 (C++20)
31+ * ISO/IEC 14882:2024 (C++23)
3132
3233Any exceptions to this are noted in the individual ` README.md ` files.
3334
@@ -37,16 +38,16 @@ of the current project.
3738
3839## Supported Development Platforms
3940
40- Our CI pipeline builds and tests on following ` x86-64 ` platforms:
41+ Our CI pipeline builds and tests on the following platforms:
4142
42- | Platform | Build type |
43- | --------------------------------------------------------------------- | - --------------|
44- | ubuntu- 22.04 (GCC 10, GCC 12, Clang 14) | CMake, Bazel |
45- | ubuntu-20 .04 (GCC 9.4.0 - default compiler) | CMake, Bazel |
46- | ubuntu-20.04 (GCC 9.4.0 with -std=c++14/17/20 flags) | CMake, Bazel |
47- | macOS 12.7 (Xcode 14.2) | Bazel |
48- | Windows Server 2019 (Visual Studio Enterprise 2019) | CMake, Bazel |
49- | Windows Server 2022 (Visual Studio Enterprise 2022) | CMake |
43+ | Platform | Architecture | Build type |
44+ | ---------------------| --------------| --------------|
45+ | Ubuntu 22.04 | x86-64 | CMake |
46+ | Ubuntu 24 .04 | x86-64 | CMake, Bazel |
47+ | macOS 14 | arm64 | CMake |
48+ | macOS 15 | arm64 | Bazel |
49+ | Windows Server 2022 | x86-64 | CMake, Bazel |
50+ | Windows Server 2025 | x86-64 | CMake |
5051
5152In general, the code shipped from this repository should build on all platforms
5253having C++ compiler with [ supported C++ standards] ( #supported-c-versions ) .
0 commit comments