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:
authorNicholas Londey <nicholas@londey.com>2020-04-23 05:22:30 +0300
committerNicholas Londey <nicholas@londey.com>2020-04-23 05:22:30 +0300
commit14acdcd7a8bd4b9e3df4eaeafb398ec11d219b5a (patch)
tree6496b2094206da8056b12f79b9b9b9df8e6e54a1
parent4eb554d7c27e8ac8955c26410f44566ae3e661d6 (diff)
Removed unused #include
-rw-r--r--include/gsl/span1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gsl/span b/include/gsl/span
index c011d76..b4e791f 100644
--- a/include/gsl/span
+++ b/include/gsl/span
@@ -19,7 +19,6 @@
#include <gsl/gsl_assert> // for Expects
#include <gsl/gsl_byte> // for byte
-#include <gsl/gsl_util> // for narrow_cast, narrow
#include <array> // for array
#include <cstddef> // for ptrdiff_t, size_t, nullptr_t