We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37c2bf commit d619dbaCopy full SHA for d619dba
README.md
@@ -123,9 +123,9 @@ You might also take also a look at the rust documentation to get familiar with t
123
124
| Family | Minimum version | Required flags |
125
| ------ | --------------- | -------------- |
126
-| clang | 17.0.1 | -std=c++20 |
+| clang | 16.0.0 | -std=c++20 |
127
| gcc | 13.3 | -std=c++20 |
128
-| MSVC | 19.36 | /std:c++20 |
+| MSVC | 19.34 | /std:c++20 |
129
130
## Using the library ... step by step
131
0 commit comments