diff --git a/include/armadillo_bits/op_sum_meat.hpp b/include/armadillo_bits/op_sum_meat.hpp index ed83836b..ec8a9efc 100644 --- a/include/armadillo_bits/op_sum_meat.hpp +++ b/include/armadillo_bits/op_sum_meat.hpp @@ -82,7 +82,7 @@ op_sum::apply_noalias_unwrap(Mat& out, const Proxy& typedef typename Proxy::stored_type P_stored_type; - const unwrap tmp(P.Q); // TODO: should this be quasi_unwrap ? + const unwrap tmp(P.Q); const typename unwrap::stored_type& X = tmp.M;