mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-15 04:33:35 -04:00
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.
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
#pragma once
|
|
#pragma message( \
|
|
"This header will soon be removed. Use <gsl/zstring> instead of <gsl/string_span>")
|
|
#include "gsl/zstring"
|