aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJordan Maples <jomaples@microsoft.com>2019-10-02 16:17:46 -0700
committerJordan Maples <jomaples@microsoft.com>2019-10-02 16:17:46 -0700
commiteb995b36714c6c8639da25ea90f8f4f73017e8ca (patch)
tree226904e9fc1f884470f3a295be708f0859ba7c96 /include
parente026971c03ea0495f9623d9aad7a9beca24b5692 (diff)
downloadplatform_external_Microsoft-GSL-eb995b36714c6c8639da25ea90f8f4f73017e8ca.tar.gz
platform_external_Microsoft-GSL-eb995b36714c6c8639da25ea90f8f4f73017e8ca.tar.bz2
platform_external_Microsoft-GSL-eb995b36714c6c8639da25ea90f8f4f73017e8ca.zip
deprecating strided_span
Diffstat (limited to 'include')
-rw-r--r--include/gsl/multi_span2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gsl/multi_span b/include/gsl/multi_span
index e67b811..eac4397 100644
--- a/include/gsl/multi_span
+++ b/include/gsl/multi_span
@@ -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>;