Skip to content

Commit a35b0a2

Browse files
spectre-nstdegeus
andauthored
Update include/xtensor/xstrided_view.hpp
Co-authored-by: Tom de Geus <tdegeus@users.noreply.github.com>
1 parent e823ea6 commit a35b0a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/xtensor/xstrided_view.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ namespace xt
831831
template <class S>
832832
struct rebind_shape<S, std::enable_if_t<!std::is_signed<get_value_type_t<typename std::decay_t<S>>>::value>>
833833
{
834-
using Shape = S;
834+
using type = S;
835835
};
836836

837837
template <class S>

0 commit comments

Comments
 (0)