diff --git a/include/armadillo_bits/Cube_meat.hpp b/include/armadillo_bits/Cube_meat.hpp index 66317321..72f519bd 100644 --- a/include/armadillo_bits/Cube_meat.hpp +++ b/include/armadillo_bits/Cube_meat.hpp @@ -934,7 +934,7 @@ Cube::Cube , n_elem(0) , n_alloc(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -1064,7 +1064,7 @@ Cube::Cube(const subview_cube_slices& X) , n_elem(0) , n_alloc(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -2751,7 +2751,7 @@ Cube::Cube(const OpCube& X) , n_elem(0) , n_alloc(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -3048,7 +3048,7 @@ Cube::Cube(const mtOpCube& X) , n_elem(0) , n_alloc(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -3144,7 +3144,7 @@ Cube::Cube(const GlueCube& X) , n_elem(0) , n_alloc(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -3401,7 +3401,7 @@ Cube::Cube(const mtGlueCube& X) , n_elem(0) , n_alloc(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); diff --git a/include/armadillo_bits/Mat_meat.hpp b/include/armadillo_bits/Mat_meat.hpp index 4e4fa3b6..b7b5b137 100644 --- a/include/armadillo_bits/Mat_meat.hpp +++ b/include/armadillo_bits/Mat_meat.hpp @@ -255,7 +255,7 @@ Mat::Mat(const arma_vec_indicator&, const uhword in_vec_state) , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); } @@ -456,7 +456,7 @@ Mat::Mat(const char* text) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -490,7 +490,7 @@ Mat::Mat(const std::string& text) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -678,7 +678,7 @@ Mat::Mat(const std::initializer_list& list) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -710,7 +710,7 @@ Mat::Mat(const std::initializer_list< std::initializer_list >& list) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -877,7 +877,7 @@ Mat::Mat(const Mat& in_mat, const arma_vec_indicator&, const uhword in_v , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint(arma_str::format("this: %x; in_mat: %x") % this % &in_mat); @@ -1512,7 +1512,7 @@ Mat::Mat(const BaseCube& X, const arma_vec_indicator&, const uhword i , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -1531,7 +1531,7 @@ Mat::Mat(const BaseCube& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -1978,7 +1978,7 @@ Mat::Mat(const Base::pod_type,T1>& A, const Base::Mat(const Base::pod_type,T1>& A, const Base::Mat(const subview& X, const arma_vec_indicator&, const uhword in_ve , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -2266,7 +2266,7 @@ Mat::Mat(const subview_cube& x, const arma_vec_indicator&, const uhword , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -2285,7 +2285,7 @@ Mat::Mat(const subview_cube& x) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -2395,7 +2395,7 @@ Mat::Mat(const diagview& X, const arma_vec_indicator&, const uhword in_v , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -2540,7 +2540,7 @@ Mat::Mat(const subview_elem1& X, const arma_vec_indicator&, const uhw , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -2559,7 +2559,7 @@ Mat::Mat(const subview_elem1& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -2668,7 +2668,7 @@ Mat::Mat(const subview_elem2& X, const arma_vec_indicator&, const , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -2687,7 +2687,7 @@ Mat::Mat(const subview_elem2& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -2796,7 +2796,7 @@ Mat::Mat(const SpBase& m, const arma_vec_indicator&, const uhword in , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -2815,7 +2815,7 @@ Mat::Mat(const SpBase& m) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -2999,7 +2999,7 @@ Mat::Mat(const SpSubview& X, const arma_vec_indicator&, const uhword in_ , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -3017,7 +3017,7 @@ Mat::Mat(const SpSubview& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -3200,7 +3200,7 @@ Mat::Mat(const spdiagview& X, const arma_vec_indicator&, const uhword in , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -5128,7 +5128,7 @@ Mat::Mat(const Gen& X, const arma_vec_indicator&, const uhword , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -5278,7 +5278,7 @@ Mat::Mat(const Op& X, const arma_vec_indicator&, const uhword i , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -5300,7 +5300,7 @@ Mat::Mat(const Op& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -5429,7 +5429,7 @@ Mat::Mat(const eOp& X, const arma_vec_indicator&, const uhword , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -5657,7 +5657,7 @@ Mat::Mat(const mtOp& X, const arma_vec_indicator&, const uh , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -5676,7 +5676,7 @@ Mat::Mat(const mtOp& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -5785,7 +5785,7 @@ Mat::Mat(const CubeToMatOp& X, const arma_vec_indicator&, const , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -5806,7 +5806,7 @@ Mat::Mat(const CubeToMatOp& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -5929,7 +5929,7 @@ Mat::Mat(const SpToDOp& X, const arma_vec_indicator&, const uhw , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -5950,7 +5950,7 @@ Mat::Mat(const SpToDOp& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -6079,7 +6079,7 @@ Mat::Mat(const mtSpReduceOp& X, const arma_vec_indicator&, , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -6098,7 +6098,7 @@ Mat::Mat(const mtSpReduceOp& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -6207,7 +6207,7 @@ Mat::Mat(const Glue& X, const arma_vec_indicator&, const , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -6230,7 +6230,7 @@ Mat::Mat(const Glue& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -6396,7 +6396,7 @@ Mat::Mat(const eGlue& X, const arma_vec_indicator&, cons , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -6603,7 +6603,7 @@ Mat::Mat(const mtGlue& X, const arma_vec_indicator&, , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -6622,7 +6622,7 @@ Mat::Mat(const mtGlue& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -6733,7 +6733,7 @@ Mat::Mat(const SpToDGlue& X, const arma_vec_indicator&, c , n_alloc(0) , vec_state(in_vec_state) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this); @@ -6755,7 +6755,7 @@ Mat::Mat(const SpToDGlue& X) , n_alloc(0) , vec_state(0) , mem_state(0) - , mem() + , mem(nullptr) { arma_debug_sigprint_this(this);