From d74ae54b60beabdfe8b3a237b817f16df28fab25 Mon Sep 17 00:00:00 2001 From: "Jordan Maples [MSFT]" <49793787+JordanMaples@users.noreply.github.com> Date: Wed, 28 Oct 2020 15:47:06 -0700 Subject: [PATCH] Update README.md Closes #911 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 3aaf8b8..11db0d4 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,6 @@ Compiler |Toolset Versions Currently Tested| Build Status Visual Studio with MSVC | VS2017 (15.9) & VS2019 (16.4) | [![Status](https://ci.appveyor.com/api/projects/status/github/Microsoft/GSL?svg=true)](https://ci.appveyor.com/project/neilmacintosh/GSL) Visual Studio with LLVM | VS2017 (Clang 9) & VS2019 (Clang 10) | [![Status](https://ci.appveyor.com/api/projects/status/github/Microsoft/GSL?svg=true)](https://ci.appveyor.com/project/neilmacintosh/GSL) - -Note: For `gsl::byte` to work correctly with Clang and GCC you might have to use the ` -fno-strict-aliasing` compiler option. - --- If you successfully port GSL to another platform, we would love to hear from you! - Submit an issue specifying the platform and target.