From e7c0b89ed4a730c43376f5c4af43ec5159879ac9 Mon Sep 17 00:00:00 2001 From: Andrew Pardoe Date: Mon, 21 Sep 2015 19:58:25 -0700 Subject: [PATCH] Removed reference to Microsoft private fork --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4678637..e34948a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) maintained by the [Standard C++ Foundation](https://isocpp.org). -This repo contains Microsoft's implementation of GSL, tracking Microsoft's fork of the Guidelines. Microsoft's fork can be found here: -[C++ Core Guidelines](https://github.com/Microsoft/CppCoreGuidelines). +This repo contains Microsoft's implementation of GSL. The library includes types like `array_view<>`, `string_view<>`, `owner<>` and others.