aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Pardoe <apardoe@microsoft.com>2015-09-21 19:58:25 -0700
committerAndrew Pardoe <apardoe@microsoft.com>2015-09-21 19:58:25 -0700
commite7c0b89ed4a730c43376f5c4af43ec5159879ac9 (patch)
treedc47ab50d526da68927bc2bc494040aa0a6b4ca4 /README.md
parent670c59a0b191cb6ed0513ff09f0f7def8df7857a (diff)
downloadplatform_external_Microsoft-GSL-e7c0b89ed4a730c43376f5c4af43ec5159879ac9.tar.gz
platform_external_Microsoft-GSL-e7c0b89ed4a730c43376f5c4af43ec5159879ac9.tar.bz2
platform_external_Microsoft-GSL-e7c0b89ed4a730c43376f5c4af43ec5159879ac9.zip
Removed reference to Microsoft private fork
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 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.