Skip to content

Commit

Permalink
Update include/xtensor/xstrided_view.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Tom de Geus <tdegeus@users.noreply.github.com>
  • Loading branch information
spectre-ns and tdegeus authored Nov 15, 2023
1 parent e823ea6 commit a35b0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xtensor/xstrided_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ namespace xt
template <class S>
struct rebind_shape<S, std::enable_if_t<!std::is_signed<get_value_type_t<typename std::decay_t<S>>>::value>>
{
using Shape = S;
using type = S;
};

template <class S>
Expand Down

0 comments on commit a35b0a2

Please sign in to comment.