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:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2020-10-29 01:47:06 +0300
committerGitHub <noreply@github.com>2020-10-29 01:47:06 +0300
commitd74ae54b60beabdfe8b3a237b817f16df28fab25 (patch)
treed551409e0eee481539a57c39dd45b2e896b7072a
parentb6c57e2403d3ea9bd0a1c07623b76151ebe5d036 (diff)
Update README.md
Closes #911
-rw-r--r--README.md3
1 files changed, 0 insertions, 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.