From 6e9277c9c72ac21e90fbadb416541b70b16f1a8d Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 15 Mar 2026 01:48:48 -0400 Subject: [PATCH] Add Supported Platforms table to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 680fbe6..02d3b56 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,14 @@ Build-time dependencies: - `ninja`, `make`, or another CMake-supported build system - CMake defaults to "Unix Makefiles" on POSIX systems +### Supported Platforms + +| Compiler | Version | C++ Standards | Standard Library | +|----------|---------|---------------|------------------| +| GCC | 15-14 | C++26, C++23 | libstdc++ | +| Clang | 21-19 | C++26, C++23 | libc++ | +| MSVC | latest | C++23 | MSVC STL | + ### How to build beman.task