Skip to content

NavBinnedArray1D avoid dynamic allocations, Layer index cleanup

  • NavBinnedArray1D change from std::vector<SharedObject<T>>* m_array; to std::vector<SharedObject<T>> m_array;
  • LayerIndex can be mainly defaulted methods (actually is a wrapped int)
Edited by Christos Anastopoulos

Merge request reports