Skip to content

Commit 579b2fd

Browse files
authored
Add content to the "Reported to work with" part of the readme (#18, thanks @striezel)
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]
1 parent bb86880 commit 579b2fd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,14 @@ Define this to 1 if you want to adhere to [C++ standard libraries extensions, ve
114114

115115
## Reported to work with
116116

117-
TBD
117+
The table below mentions the compiler versions *scope lite* is reported to work with.
118+
119+
OS | Compiler | Where | Versions |
120+
-------------:|:-----------|:---------------|:-----------------------|
121+
**GNU/Linux** | Clang/LLVM | GitHub Actions | 11.1.0, 12.0.1, 19.1.1 |
122+
  | GCC | GitHub Actions | 9.5.0, 10.5.0, 11.4.0 |
123+
**macOS** | ? | Local | ? |
124+
**Windows** | Visual C++<br>(Visual Studio)| GitHub Actions | 16 (2019), 17 (2022) |
118125

119126
<!-- ## Building the tests
120127

0 commit comments

Comments
 (0)