mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
3549e31ba4
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.
5 lines
225 B
C++
5 lines
225 B
C++
#pragma once
|
|
#pragma message( \
|
|
"This header will soon be removed. Use <gsl/zstring> instead of <gsl/string_span>")
|
|
#include "zstring"
|