mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Remove deprecated headers (#1124)
Headers that were previously prefixed with `gsl_` were renamed to drop the `gsl_` prefix in https://github.com/microsoft/GSL/pull/946, and the original version deprecated. The deprecation happened a long time ago, so it is now time to remove these headers entirely.
This commit is contained in:
parent
303d964a24
commit
65a5995035
@ -1,4 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
#pragma message( \
|
|
||||||
"This header will soon be removed. Use <gsl/algorithm> instead of <gsl/gsl_algorithm>")
|
|
||||||
#include "algorithm"
|
|
@ -1,3 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
#pragma message("This header will soon be removed. Use <gsl/assert> instead of <gsl/gsl_assert>")
|
|
||||||
#include "assert"
|
|
@ -1,3 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
#pragma message("This header will soon be removed. Use <gsl/byte> instead of <gsl/gsl_byte>")
|
|
||||||
#include "byte"
|
|
@ -1,3 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
#pragma message("This header will soon be removed. Use <gsl/narrow> instead of <gsl/gsl_narrow>")
|
|
||||||
#include "narrow"
|
|
@ -1,3 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
#pragma message("This header will soon be removed. Use <gsl/util> instead of <gsl/gsl_util>")
|
|
||||||
#include "util"
|
|
Loading…
Reference in New Issue
Block a user