Skip to content

Commit ebf5f6b

Browse files
committed
Add Supported Platforms table to README
1 parent 2c2938f commit ebf5f6b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ The following instructions build the library and the examples:
8686
The implementation compiles and passes tests using [clang](https://clang.llvm.org/),
8787
[gcc](http://gcc.gnu.org), and [MSVC++](https://visualstudio.microsoft.com/vs/features/cplusplus/).
8888

89+
### Supported Platforms
90+
91+
| Compiler | Version | C++ Standards | Standard Library |
92+
|----------|---------|---------------|------------------|
93+
| GCC | 15-14 | C++26, C++23 | libstdc++ |
94+
| Clang | 22-19 | C++26, C++23 | libc++ |
95+
| MSVC | latest | C++23 | MSVC STL |
96+
8997
## Examples
9098

9199
- `<stop_token>` example: [Compiler Explorer](https://godbolt.org/z/4r4x9q1r7)

0 commit comments

Comments
 (0)