remove TODO

This commit is contained in:
conrad
2021-09-17 22:22:48 +10:00
parent 3163e17563
commit ad93a9eb4b
+1 -1
View File
@@ -82,7 +82,7 @@ op_sum::apply_noalias_unwrap(Mat<typename T1::elem_type>& out, const Proxy<T1>&
typedef typename Proxy<T1>::stored_type P_stored_type;
const unwrap<P_stored_type> tmp(P.Q); // TODO: should this be quasi_unwrap ?
const unwrap<P_stored_type> tmp(P.Q);
const typename unwrap<P_stored_type>::stored_type& X = tmp.M;