deprecating strided_span

This commit is contained in:
Jordan Maples
2019-10-02 16:17:46 -07:00
parent e026971c03
commit eb995b3671
4 changed files with 10 additions and 4 deletions

View File

@ -1781,7 +1781,7 @@ GSL_SUPPRESS(bounds.4) // NO-FORMAT: attribute
// strided_span is an extension that is not strictly part of the GSL at this time.
// It is kept here while the multidimensional interface is still being defined.
template <typename ValueType, std::size_t Rank>
class strided_span
class [[deprecated]] strided_span
{
public:
using bounds_type = strided_bounds<Rank>;