Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1070 compilation errors around string_span #1074

Conversation

beinhaerter
Copy link
Contributor

#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.

This solves issue microsoft#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
Copy link
Member

Great, thanks!

@dmitrykobets-msft dmitrykobets-msft merged commit c016bdc into microsoft:main Dec 27, 2022
@beinhaerter beinhaerter deleted the 1070-compilation-errors-around-string_sp branch December 28, 2022 19:02
dmitrykobets-msft added a commit that referenced this pull request Jun 28, 2023
With `string_span` having been deprecated (#931, #945) and removed (#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants