From 0169f0b2bd209b753b7dde094a7036cf9df8393a Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 15 Mar 2026 01:32:05 -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 c5d60e6..8720e69 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,11 @@ The code is working on MacOS building with the system's It should hopefully also work on Linux but it isn't tested, yet. Windows isn't supported, yet, primarily because the relevant class for the networking operations are different. + +### Supported Platforms + +| Compiler | Version | C++ Standards | Standard Library | +|----------|---------|---------------|------------------| +| GCC | 15-14 | C++26, C++23 | libstdc++ | +| Clang | 22-19 | C++26, C++23 | libc++ | +| MSVC | latest | C++23 | MSVC STL |