We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ad31c commit 812361aCopy full SHA for 812361a
1 file changed
include/xtensor/xcontainer.hpp
@@ -34,7 +34,6 @@ namespace xt
34
struct xcontainer_iterable_types
35
{
36
using inner_shape_type = typename xcontainer_inner_types<D>::inner_shape_type;
37
- using storage_type = typename xcontainer_inner_types<D>::storage_type;
38
using stepper = xstepper<D>;
39
using const_stepper = xstepper<const D>;
40
};
0 commit comments