microsoft / GSL

Guidelines Support Library
Other
6.13k stars 737 forks source link

1070 compilation errors around string_span #1074

Closed beinhaerter closed 1 year ago

beinhaerter commented 1 year ago

https://github.com/microsoft/GSL/issues/1070 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.

dmitrykobets-msft commented 1 year ago

Great, thanks!