aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEyal Rozenberg <eyalroz@technion.ac.il>2019-08-05 13:16:42 +0300
committerEyal Rozenberg <eyalroz@technion.ac.il>2019-08-05 13:16:42 +0300
commitb05a4464b90d8faf8528ec2c6185c02a0ac93b1f (patch)
tree6d17db2a24fe52bfc755eeb3a40453aac05f0627
parent1212beae777dba02c230ece8c0c0ec12790047ea (diff)
downloadMicrosoft-GSL-b05a4464b90d8faf8528ec2c6185c02a0ac93b1f.tar.gz
Fixes #798 : Dropped inclusion of `gsl/pointers` in `string_span`.
-rw-r--r--include/gsl/string_span1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gsl/string_span b/include/gsl/string_span
index 85112e5..37cbe15 100644
--- a/include/gsl/string_span
+++ b/include/gsl/string_span
@@ -20,7 +20,6 @@
#include <gsl/gsl_assert> // for Ensures, Expects
#include <gsl/gsl_util> // for narrow_cast
#include <gsl/span> // for operator!=, operator==, dynamic_extent
-#include <gsl/pointers> // for not_null
#include <algorithm> // for equal, lexicographical_compare
#include <array> // for array