Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++<br>(Visual Studio)| GitHub Actions | 16 (2019), 17 (2022) |

<!-- ## Building the tests

Expand Down