File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ namespace xt
3434 struct xcontainer_iterable_types
3535 {
3636 using inner_shape_type = typename xcontainer_inner_types<D>::inner_shape_type;
37- using storage_type = typename xcontainer_inner_types<D>::storage_type;
3837 using stepper = xstepper<D>;
3938 using const_stepper = xstepper<const D>;
4039 };
Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ namespace xt
527527 using inner_backstrides_type = xtl::mpl::eval_if_t <has_strides<E>,
528528 detail::expr_inner_backstrides_type<E>,
529529 get_strides_type<shape_type>>;
530- using storage_type = xtl::mpl::eval_if_t <has_data_interface <E>,
530+ using storage_type = xtl::mpl::eval_if_t <has_storage_type <E>,
531531 detail::expr_storage_type<E>,
532532 make_invalid_type<>>;
533533
You can’t perform that action at this time.
0 commit comments