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