Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Kobets <dmitrykobets@microsoft.com>2021-12-08 00:49:42 +0300
committerDmitry Kobets <dmitrykobets@microsoft.com>2021-12-08 01:11:35 +0300
commit640cb1db9e06f70ebc54dfb663ea40d5c8c84882 (patch)
treeca03dd9416ffe92aa6ef1511e3142c25fccb526f
parentd442c8582063cfc716671f6e79ec57918be9680d (diff)
Update readme compiler versionsdmitrykobets-msft/fix-span-2020
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 073517e..34f87f0 100644
--- a/README.md
+++ b/README.md
@@ -86,16 +86,14 @@ This is based on [CppCoreGuidelines semi-specification](https://github.com/isocp
# Quick Start
## Supported Compilers
-The GSL officially supports the current and previous major release of MSVC, GCC, Clang, and XCode's Apple-Clang.
-See our latest test results for the most up-to-date list of supported configurations.
+The GSL officially supports the following versions of MSVC, GCC, Clang, and XCode's Apple-Clang.
Compiler |Toolset Versions Currently Tested
:------- |--:
- XCode |11.4 & 10.3
- GCC |9 & 8
- Clang |11 & 10
- Visual Studio with MSVC | VS2017 (15.9) & VS2019 (16.4)
- Visual Studio with LLVM | VS2017 (Clang 9) & VS2019 (Clang 10)
+ XCode | 12.4 & 11.3
+ GCC | 9.3.0 & 7.5.0
+ Clang | 11.0.0 & 9.0.0
+ Visual Studio with MSVC | VS2017 (15.9.21) & VS2019 (16.11.2)
---
If you successfully port GSL to another platform, we would love to hear from you!