We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2938f commit ebf5f6bCopy full SHA for ebf5f6b
README.md
@@ -86,6 +86,14 @@ The following instructions build the library and the examples:
86
The implementation compiles and passes tests using [clang](https://clang.llvm.org/),
87
[gcc](http://gcc.gnu.org), and [MSVC++](https://visualstudio.microsoft.com/vs/features/cplusplus/).
88
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
97
## Examples
98
99
- `<stop_token>` example: [Compiler Explorer](https://godbolt.org/z/4r4x9q1r7)
0 commit comments