From ad93a9eb4b3bebc95605ec3ab7965aee29eea70e Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 17 Sep 2021 22:22:48 +1000 Subject: [PATCH] remove TODO --- include/armadillo_bits/op_sum_meat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;