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-11-16 20:31:12 +0300
committerGitHub <noreply@github.com>2020-11-16 20:31:12 +0300
commit959ce58bbcf3cbbc15bcdc9a30f7590b432b8071 (patch)
tree675a8ef8eaabaed24983136b3b7fd3c9202b199c
parent804a14fe8ba7cd4388f6864325ebafb185f93997 (diff)
Update gsl (#954)
-rw-r--r--include/gsl/gsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gsl/gsl b/include/gsl/gsl
index 2e22c5a..ac5e144 100644
--- a/include/gsl/gsl
+++ b/include/gsl/gsl
@@ -21,7 +21,7 @@
#include <gsl/assert> // Ensures/Expects
#include <gsl/byte> // byte
#include <gsl/pointers> // owner, not_null
-#include <gsl/span> // multi_span, strided_span...
+#include <gsl/multi_span> // multi_span, strided_span...
#include <gsl/span> // span
#include <gsl/string_span> // zstring, string_span, zstring_builder...
#include <gsl/util> // finally()/narrow_cast()...