Skip to content

Commit

Permalink
remove storage_type from xcontainer_iterable_types
Browse files Browse the repository at this point in the history
  • Loading branch information
gouarin committed May 13, 2022
1 parent 53ad31c commit 812361a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/xtensor/xcontainer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace xt
struct xcontainer_iterable_types
{
using inner_shape_type = typename xcontainer_inner_types<D>::inner_shape_type;
using storage_type = typename xcontainer_inner_types<D>::storage_type;
using stepper = xstepper<D>;
using const_stepper = xstepper<const D>;
};
Expand Down

0 comments on commit 812361a

Please sign in to comment.