diff -up ./libs/base/include/mrpt/math/ops_containers.h.gcc12 ./libs/base/include/mrpt/math/ops_containers.h --- ./libs/base/include/mrpt/math/ops_containers.h.gcc12 2016-04-21 18:55:39.000000000 -0400 +++ ./libs/base/include/mrpt/math/ops_containers.h 2022-04-17 22:06:41.430328212 -0400 @@ -302,7 +302,7 @@ namespace mrpt for (size_t i=0;i inline RETURN_MATRIX covVector( const VECTOR_OF_VECTOR &v ) { - std::vector m; + CVectorDouble m; RETURN_MATRIX C; meanAndCovVec(v,m,C); return C;