mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-22 01:12:53 -05:00
This solves issue #1070 and removes the class `string_span`. The only content remaining in the header file `gsl/string_span` is the `*zstring` types. This also removes the `string_span_tests.cpp` unit tests as these were only for the deprecated `string_span` class. Co-authored-by: Werner Henze <werner.henze+gitcommits@posteo.de>