Merge pull request #800 from eyalroz/master

Fixes #798 : Dropping inclusion of `gsl/pointers` in `string_span`
This commit is contained in:
Jordan Maples [MSFT] 2019-08-15 14:42:07 -07:00 committed by GitHub
commit 2ce3177ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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