diff --git a/include/xtensor/xstrided_view.hpp b/include/xtensor/xstrided_view.hpp index 2b003dea3..ab122a50f 100644 --- a/include/xtensor/xstrided_view.hpp +++ b/include/xtensor/xstrided_view.hpp @@ -831,7 +831,7 @@ namespace xt template struct rebind_shape>>::value>> { - using Shape = S; + using type = S; }; template