aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNeil MacIntosh <neilmac@microsoft.com>2015-11-11 10:37:43 -0800
committerNeil MacIntosh <neilmac@microsoft.com>2015-11-11 10:37:43 -0800
commit670ffbeb1133caff2f95db3834824c379aa9b0a8 (patch)
treeb72cc41d8533240d6021d612d0ef7109c242cf28 /README.md
parent76d465a3ceeddb2e5e59ec64adec2009aae5fba7 (diff)
downloadplatform_external_Microsoft-GSL-670ffbeb1133caff2f95db3834824c379aa9b0a8.tar.gz
platform_external_Microsoft-GSL-670ffbeb1133caff2f95db3834824c379aa9b0a8.tar.bz2
platform_external_Microsoft-GSL-670ffbeb1133caff2f95db3834824c379aa9b0a8.zip
Added note regarding C++14 support requirements.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e84a82..5743bb3 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 [include](./include) directory.
+The entire implementation is provided inline in the headers under the [include](./include) directory. The implementation generally assumes a platform that implements C++14 support. There are specific workarounds to support MSVC 2013 and 2015.
While some types have been broken out into their own headers (e.g. [include/span.h](./include/span.h)),
it is simplest to just include [gsl.h](./include/gsl.h) and gain access to the entire library.