5 lines
221 B
C++
5 lines
221 B
C++
|
#pragma once
|
||
|
#pragma message( \
|
||
|
"This header will soon be removed. Use <gsl/zstring> instead of <gsl/string_span>")
|
||
|
#include "zstring"
|