Skip to content

Commit

Permalink
Fix EndOffset self_type
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffburdick authored Jan 13, 2025
1 parent 0897097 commit 1bb2f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/matx/core/iterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ struct BeginOffset {

template <typename OperatorType>
struct EndOffset {
using self_type = BeginOffset<OperatorType>;
using self_type = EndOffset<OperatorType>;
using value_type = index_t;
// using stride_type = std::conditional_t<is_tensor_view_v<OperatorType>, typename OperatorType::desc_type::stride_type,
// index_t>;
Expand Down

1 comment on commit 1bb2f9c

@cliffburdick
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/build

Please sign in to comment.