Skip to content

Commit

Permalink
removed check
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hubley committed Jul 12, 2024
1 parent e1f5176 commit f041457
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 @@ -910,7 +910,7 @@ namespace xt
xclosure_t<E>,
unsigned_shape_type,
computed_layout,
detail::flat_adaptor_getter<xclosure_t<E>, L, computed_layout == layout_type::dynamic>>;
detail::flat_adaptor_getter<xclosure_t<E>, L>>;
return view_type(
std::forward<E>(e),
xtl::forward_sequence<unsigned_shape_type, S>(shape),
Expand Down

0 comments on commit f041457

Please sign in to comment.