GSL/include/gsl/string_span
Tiago Macarios 7c5db424dd Add "gsl" to #includes
Office is seeing build breaks due to `#include "span"` including
C++20 span instead of gsl/span. Most likely we want all headers
includes qualified with "gsl/" to avoid similar issues.
2025-01-07 05:43:45 -08:00

5 lines
229 B
C++

#pragma once
#pragma message( \
"This header will soon be removed. Use <gsl/zstring> instead of <gsl/string_span>")
#include "gsl/zstring"