Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,13 @@ when configuring the project.

### Supported Platforms

This project officially supports:

- GCC 14
- GCC 15
- Clang 19/libc++
- Clang 20/libc++
- Clang 21/libc++
- MSVC 19.41

Note: Building with Clang and libstdc++ is not currently supported due to various bugs.
| Compiler | Version | C++ Standards | Standard Library |
|----------|---------|---------------|------------------|
| GCC | 15-14 | C++26, C++23 | libstdc++ |
| GCC | trunk | C++26, C++23 | libstdc++ |
| Clang | 22-19 | C++26, C++23 | libc++ |
| Clang | trunk | C++26, C++23 | libc++ |
| MSVC | latest | C++23 | MSVC STL |

## Development

Expand Down
Loading