Skip to content

22.0-cleanup-IntersectionSolution-TrkExUtils

Intersection solution was a vector of pointers inheriting from std::vector and implementing a destructor to delete the objects. This can now be updated to be a simple vector of unique_ptr. A typedef was made to minimise client disruption. the output stream code was also updated to reuse existing code instead of duplicating it.

Merge request reports