Skip to content

Commit 0b2b734

Browse files
authored
Merge pull request #2285 from JohanMabille/functor_view
Added missing shape_type in xfunctor_stepper
2 parents a9e0f0c + 0550e3e commit 0b2b734

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)