From 447a3935ea0d1692f8993c02209686667a4cc9a2 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 24 Mar 2025 00:32:43 +0100 Subject: [PATCH] Add content to the "Reported to work with" part of the readme This is very likely incomplete and scope lite is likely to work with a lot of more compilers, because currently only those that are tested with GitHub Actions workflow runs are listed. But these are the ones where we know for sure. [ci skip] --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d489f16..fbdb11a 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,14 @@ Define this to 1 if you want to adhere to [C++ standard libraries extensions, ve ## Reported to work with -TBD +The table below mentions the compiler versions *scope lite* is reported to work with. + +OS | Compiler | Where | Versions | +-------------:|:-----------|:---------------|:-----------------------| +**GNU/Linux** | Clang/LLVM | GitHub Actions | 11.1.0, 12.0.1, 19.1.1 | +   | GCC | GitHub Actions | 9.5.0, 10.5.0, 11.4.0 | +**macOS** | ? | Local | ? | +**Windows** | Visual C++
(Visual Studio)| GitHub Actions | 16 (2019), 17 (2022) |