Fixes #798 : Dropped inclusion of gsl/pointers in string_span.

This commit is contained in:
Eyal Rozenberg 2019-08-05 13:16:42 +03:00
parent 1212beae77
commit b05a4464b9

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