Skip to content

BinnedArray2D use value instead of ptr

std::vector<std::vector<SharedObject<T>>*>* m_array;

to

std::vector<std::vector<SharedObject<T>>> m_array;

Edited by Christos Anastopoulos

Merge request reports