We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ce883 commit 53132f4Copy full SHA for 53132f4
include/xtensor-python/pystrides_adaptor.hpp
@@ -89,6 +89,8 @@ namespace xt
89
using iterator_category = std::random_access_iterator_tag;
90
using shape_pointer = typename pystrides_adaptor<N>::shape_type;
91
92
+ pystrides_iterator() = default;
93
+
94
inline pystrides_iterator(pointer current, shape_pointer shape)
95
: p_current(current)
96
, p_shape(shape)
0 commit comments