Skip to content

Commit 812361a

Browse files
committed
remove storage_type from xcontainer_iterable_types
1 parent 53ad31c commit 812361a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/xtensor/xcontainer.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)