aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2019-08-15 14:42:07 -0700
committerGitHub <noreply@github.com>2019-08-15 14:42:07 -0700
commit2ce3177ebdc3949c7fed5ee70cc1e959e0b9981b (patch)
treef6f9824d46ec57c6592cbd76f4606949f3c449c8
parentcee1929de77eb2fa22bb329900f6ce00be9f6e82 (diff)
parentb05a4464b90d8faf8528ec2c6185c02a0ac93b1f (diff)
downloadMicrosoft-GSL-2ce3177ebdc3949c7fed5ee70cc1e959e0b9981b.tar.gz
Merge pull request #800 from eyalroz/master
Fixes #798 : Dropping 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