Skip to content

Commit

Permalink
Merge pull request #286 from td-mpcdf/pr2
Browse files Browse the repository at this point in the history
Comment an unused line to avoid compiler warning
  • Loading branch information
bd4 authored Dec 19, 2023
2 parents 473e685 + 6cbffe1 commit 579fb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gtensor/gview.h
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ template <typename E,
typename = std::enable_if_t<detail::is_data_stride_expr<E>()>>
inline auto swapaxes(E& e, int axis1, int axis2)
{
constexpr int N = expr_dimension<E>();
// constexpr int N = expr_dimension<E>();
expr_shape_type<E> shape;
expr_shape_type<E> strides;

Expand Down

0 comments on commit 579fb24

Please sign in to comment.