diff --git a/ports-of-call/portable_arrays.hpp b/ports-of-call/portable_arrays.hpp index c0c3ae0..ae2837e 100644 --- a/ports-of-call/portable_arrays.hpp +++ b/ports-of-call/portable_arrays.hpp @@ -284,7 +284,7 @@ class PortableMDArray { strides_ = util::make_underfilled_array(util::get_strides(nxs_)); } - span pdata_; + T *pdata_; IArray nxs_; IArray strides_; int rank_;