diff --git a/include/gsl/multi_span b/include/gsl/multi_span index 319aded..6aeabc8 100644 --- a/include/gsl/multi_span +++ b/include/gsl/multi_span @@ -1993,7 +1993,7 @@ private: } template > - static index_type resize_stride(const index_type& strides, std::ptrdiff_t, void* = 0) + static index_type resize_stride(const index_type& strides, std::ptrdiff_t, void* = nullptr) { // Only strided arrays with regular strides can be resized Expects(strides[Rank - 1] == 1);