@@ -104,7 +104,6 @@ namespace xt
104104 auto derive_xstrided_view (CT&& e, typename std::decay_t <CT>::size_type axis, typename std::decay_t <CT>::size_type offset)
105105 {
106106 using xexpression_type = std::decay_t <CT>;
107- using size_type = typename xexpression_type::size_type;
108107 using shape_type = typename xexpression_type::shape_type;
109108 using strides_type = typename xexpression_type::strides_type;
110109
@@ -237,7 +236,7 @@ namespace xt
237236 /* *
238237 * Checks equality of the xaxis_slice_iterator and \c rhs.
239238 *
240- * @param
239+ * @param
241240 * @return true if the iterators are equivalent, false otherwise
242241 */
243242 template <class CT >
@@ -290,7 +289,7 @@ namespace xt
290289 *
291290 * @param e the expession to iterate over
292291 * @param axis the axis to iterate over
293- * @return an instance of xaxis_iterator
292+ * @return an instance of xaxis_iterator
294293 */
295294 template <class E >
296295 inline auto axis_begin (E&& e, typename std::decay_t <E>::size_type axis)
@@ -320,7 +319,7 @@ namespace xt
320319 *
321320 * @param e the expession to iterate over
322321 * @param axis the axis to iterate over
323- * @return an instance of xaxis_iterator
322+ * @return an instance of xaxis_iterator
324323 */
325324 template <class E >
326325 inline auto axis_end (E&& e, typename std::decay_t <E>::size_type axis)
0 commit comments