aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil MacIntosh <neilmac@microsoft.com>2017-07-14 01:32:35 +0000
committerNeil MacIntosh <neilmac@microsoft.com>2017-07-14 01:32:35 +0000
commita3792ca273a43e04b986133b8a91d1e618cb09aa (patch)
tree6aed88a98752e6809ccfb9fef972d1b6a9939b0a
parentb2ee48433448556a7be63074f8aaf45ab47a95c1 (diff)
downloadplatform_external_Microsoft-GSL-a3792ca273a43e04b986133b8a91d1e618cb09aa.tar.gz
platform_external_Microsoft-GSL-a3792ca273a43e04b986133b8a91d1e618cb09aa.tar.bz2
platform_external_Microsoft-GSL-a3792ca273a43e04b986133b8a91d1e618cb09aa.zip
Updated README to remove VS2013 reference.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b830c5..243b7cd 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This repo contains Microsoft's implementation of GSL.
The library includes types like `span<T>`, `string_span`, `owner<>` and others.
-The entire implementation is provided inline in the headers under the [gsl](./include/gsl) directory. The implementation generally assumes a platform that implements C++14 support. There are specific workarounds to support MSVC 2013 and 2015.
+The entire implementation is provided inline in the headers under the [gsl](./include/gsl) directory. The implementation generally assumes a platform that implements C++14 support. There are specific workarounds to support MSVC 2015.
While some types have been broken out into their own headers (e.g. [gsl/span](./include/gsl/span)),
it is simplest to just include [gsl/gsl](./include/gsl/gsl) and gain access to the entire library.