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
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,19 +71,13 @@ when configuring the project.
71
71
72
72
### Supported Platforms
73
73
74
-
This project officially supports:
75
-
76
-
* GCC versions 14–15
77
-
* LLVM Clang++ (with libstdc++ or libc++) versions 18–21
78
-
* 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))
79
-
* MSVC version 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))
80
-
81
-
> [!NOTE]
82
-
>
83
-
> Versions outside of this range would likely work as well,
84
-
> especially if you're using a version above the given range
85
-
> (e.g. HEAD/ nightly).
86
-
> These development environments are verified using our CI configuration.
74
+
| Compiler | Version | C++ Standards | Standard Library |
0 commit comments