Skip to content

Commit 4af0f1d

Browse files
committed
Add table to Supported Platforms section of README
1 parent 7c59242 commit 4af0f1d

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,13 @@ when configuring the project.
7171
7272
### Supported Platforms
7373
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 |
75+
|------------|---------|---------------|-------------------|
76+
| GCC | 15-14 | C++26, C++23 | libstdc++ |
77+
| Clang | 22-19 | C++26, C++23 | libstdc++, libc++ |
78+
| Clang | 18 | C++23 | libstdc++ |
79+
| AppleClang | latest | C++26, C++23 | libc++ |
80+
| MSVC | latest | C++23 | MSVC STL |
8781
8882
## Development
8983

0 commit comments

Comments
 (0)