diff --git a/include/matx/core/iterator.h b/include/matx/core/iterator.h index 5048a72d..89ed9be1 100644 --- a/include/matx/core/iterator.h +++ b/include/matx/core/iterator.h @@ -496,7 +496,7 @@ struct BeginOffset { template struct EndOffset { - using self_type = BeginOffset; + using self_type = EndOffset; using value_type = index_t; // using stride_type = std::conditional_t, typename OperatorType::desc_type::stride_type, // index_t>;