Skip to content

Commit 0550e3e

Browse files
committed
Added missing shape_type in xfunctor_stepper
1 parent a9e0f0c commit 0550e3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/xtensor/xfunctor_view.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,8 @@ namespace xt
594594
using size_type = typename ST::size_type;
595595
using difference_type = typename ST::difference_type;
596596

597+
using shape_type = typename ST::shape_type;
598+
597599
xfunctor_stepper() = default;
598600
xfunctor_stepper(const ST&, functor_type*);
599601

0 commit comments

Comments
 (0)