Skip to content
Snippets Groups Projects

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading