You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-15Lines changed: 9 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,21 +62,15 @@ when configuring the project.
62
62
63
63
### Supported Platforms
64
64
65
-
This project officially supports:
66
-
67
-
* GCC versions 10–15
68
-
* LLVM Clang++ (with libstdc++ or libc++) versions 11–21
69
-
* ICX (with libstdc++ or libc++) versions 2021.1.2-2025.2.1
70
-
* AppleClang version 17.0.0 (i.e., the [latest version on GitHub-hosted macOS runners](https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md))
71
-
* MSVC version 19.29 (with `/std:c++latest`) and 19.30 to 19.44.35215.0 (i.e., the [latest version on GitHub-hosted Windows runners](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md))
72
-
* Note: libstdc++ versions 14-14.3 and 15-15.2 (inclusive) does _not_ support using `-fsanitize=thread` on code using `std::timed_mutex` due to [Bug 121496](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121496). This affects GCC and all implementations using libstdc++ such as LLVM Clang++ and ICX unless `-stdlib=libc++` is used.
73
-
74
-
> [!NOTE]
75
-
>
76
-
> Versions outside of this range would likely work as well,
77
-
> especially if you're using a version above the given range
78
-
> (e.g. HEAD/ nightly).
79
-
> These development environments are verified using our CI configuration.
65
+
| Compiler | Version | C++ Standards | Standard Library |
0 commit comments