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
* 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.
75
+
### Notes on Supported Platforms
73
76
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.
77
+
This project also supports ICX (with libstdc++ or libc++) versions 2021.1.2-2025.2.1.
78
+
79
+
* 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.
0 commit comments