From 0180fd1bfc8cc40d3ada7ade37ed3da7437dd060 Mon Sep 17 00:00:00 2001 From: conrad Date: Sat, 26 Dec 2020 13:09:26 +1000 Subject: [PATCH] remove TODO --- include/armadillo_bits/subview_elem1_meat.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/armadillo_bits/subview_elem1_meat.hpp b/include/armadillo_bits/subview_elem1_meat.hpp index 8a991e04..b12b00e7 100644 --- a/include/armadillo_bits/subview_elem1_meat.hpp +++ b/include/armadillo_bits/subview_elem1_meat.hpp @@ -33,8 +33,6 @@ subview_elem1::subview_elem1(const Mat& in_m, const Base& i , a(in_a) { arma_extra_debug_sigprint(); - - // TODO: refactor to unwrap 'in_a' instead of storing a ref to it; this will allow removal of carrying T1 around and repetition of size checks }