Logo
Explore Help
Sign In
microsoft/GSL
1
0
Fork 1
You've already forked GSL
mirror of https://github.com/microsoft/GSL.git synced 2026-01-26 00:52:23 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
test-fix
GSL/include/gsl/string_span

5 lines
225 B
C++
Raw Permalink Normal View History

Deprecate `<gsl/string_span>` and replace with `<gsl/zstring>` (#1125) 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.
2023-06-28 10:48:23 -07:00
#pragma once
#pragma message( \
"This header will soon be removed. Use <gsl/zstring> instead of <gsl/string_span>")
#include "zstring"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 16ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API