microsoft / GSL

Guidelines Support Library
Other
6.11k stars 736 forks source link

Deprecate `<gsl/string_span>` and replace with `<gsl/zstring>` #1125

Closed dmitrykobets-msft closed 1 year ago

dmitrykobets-msft commented 1 year ago

With string_span having been deprecated (https://github.com/microsoft/GSL/pull/931, https://github.com/microsoft/GSL/pull/945) and removed (https://github.com/microsoft/GSL/pull/1074), the header <gsl/string_span> now only contains the definitions for the zstring family. Update the name accordingly from <gsl/string_span> to <gsl/zstring>. The old header is now deprecated and should no longer be used and will be removed in some future release.