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
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,18 +129,14 @@ The precise version of GoogleTest that will be used is maintained in
129
129
130
130
### Supported Platforms
131
131
132
-
This project officially supports:
133
-
134
-
* GCC versions 12–15
135
-
* LLVM Clang++ (with libstdc++ or libc++) versions 18–21
136
-
* 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))
137
-
* 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))
138
-
139
-
> [!NOTE]
140
-
>
141
-
> Versions above these ranges would likely work as well,
142
-
> (e.g. HEAD/ nightly).
143
-
> These development environments are verified using our CI configuration in [.github/workflows/ci_tests.yml](.github/workflows/ci_tests.yml).
132
+
| Compiler | Version | C++ Standards | Standard Library |
0 commit comments