You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,13 +93,17 @@ Below is a table showing the versions currently being tested.
93
93
94
94
Compiler |Toolset Versions Currently Tested
95
95
:------- |--:
96
-
XCode | 13.1 & 12.5.1
97
-
GCC | 11.1.0 & 10.3.0
98
-
Clang | 11.0.0 & 10.0.0
99
-
Visual Studio with MSVC | VS2019 (16.11) & VS2022 (17.0)
100
-
Visual Studio with LLVM | VS2019 (16.11)
96
+
XCode | 13.2.1 & 12.5.1
97
+
GCC | 11[^1] & 10[^2]
98
+
Clang | 12[^2] & 11[^2]
99
+
Visual Studio with MSVC | VS2022[^3] & VS2019[^4]
100
+
Visual Studio with LLVM | VS2022[^3] & VS2019[^4]
101
101
102
-
- Support for Visual Studio 2022 with LLVM will be added in the near future
102
+
103
+
[^1]: Precise version may be found in the [latest CI results](https://dev.azure.com/cppstat/GSL/_build?definitionId=1&branchFilter=26).
104
+
[^2]: Precise version may be found in the [latest CI results](https://dev.azure.com/cppstat/GSL/_build?definitionId=1&branchFilter=26). Should be the version specified [here](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md#language-and-runtime).
105
+
[^3]: Precise version may be found in the [latest CI results](https://dev.azure.com/cppstat/GSL/_build?definitionId=1&branchFilter=26). Should be the version specified [here](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md#visual-studio-enterprise-2022).
106
+
[^4]: Precise version may be found in the [latest CI results](https://dev.azure.com/cppstat/GSL/_build?definitionId=1&branchFilter=26). Should be the version specified [here](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md#visual-studio-enterprise-2019).
103
107
104
108
---
105
109
If you successfully port GSL to another platform, we would love to hear from you!
0 commit comments