From 5fb92fea43d2e7291ab1db7c5535b3e59c84cc8c Mon Sep 17 00:00:00 2001 From: DNKpp Date: Sun, 29 Sep 2024 21:04:40 +0200 Subject: [PATCH] docs: update readme --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d86412d89..dd2129edb 100644 --- a/README.md +++ b/README.md @@ -378,26 +378,26 @@ On the other hand-side, there is a whole range of code which doesn't even get in ### Windows -| OS | Compiler | c++-20 | c++-23 | -|--------------|----------|:------:|:------:| -| Windows 2022 | msvc | x | x | -| Windows 2022 | clangCl | x | x | +| OS | Compiler | c++-20 | c++-23 | std-format | fmt | +|--------------|:--------:|:------:|:------:|:----------:|:---:| +| Windows 2022 | msvc | x | x | x | x | +| Windows 2022 | clangCl | x | x | x | x | ### Linux -| Compiler | libstdc++ | libc++ | c++-20 | c++-23 | -|----------|:---------:|:----------------:|:------:|:------:| -| clang-17 | x | x | x | x | -| clang-18 | x | x (with caveats) | x | x | -| gcc-13 | x | not tested | x | x | -| gcc-14 | x | not tested | x | x | +| Compiler | libstdc++ | libc++ | c++-20 | c++-23 | std-format | fmt | +|----------|:---------:|:----------------:|:------:|:------:|:----------:|:---:| +| clang-17 | x | x | x | x | x | x | +| clang-18 | x | x (with caveats) | x | x | x | x | +| gcc-13 | x | not tested | x | x | x | x | +| gcc-14 | x | not tested | x | x | x | x | ### macOS -| Compiler | libstdc++ | libc++ | c++-20 | c++-23 | -|-------------------|:----------:|:------:|:------:|:------:| -| AppleClang-17.0.6 | not tested | x | x | x | -| AppleClang-18.1.6 | not tested | x | x | x | +| Compiler | libstdc++ | libc++ | c++-20 | c++-23 | std-format | fmt | +|-------------------|:----------:|:------:|:------:|:------:|:----------:|:---:| +| AppleClang-17.0.6 | not tested | x | x | x | x | x | +| AppleClang-18.1.6 | not tested | x | x | x | x | x | As new compilers become available, they will be added to the workflow, but older compilers will probably never be supported.