Skip to content

overhaul `TopologySingltonFactory`

Martin Nolte requested to merge feature/overhaul-topologyfactory into master

This patch modernizes the code for the TopologySingletonFactory. The main improvement is using std::unique_ptr to get rid of fill_array, which is going to be deprecated in the 2.6 release.

Merge request reports