From eeedf7d5eefc75327533d524e2f8f2bea8b530ea Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 15 Mar 2026 01:55:47 -0400 Subject: [PATCH] Add table to Supported Platforms section of README --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b572fb5..2b8aa29 100644 --- a/README.md +++ b/README.md @@ -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