Skip to content

Feature/#338 extract update order

Jan Delember requested to merge feature/#338_Extract_UpdateOrder into develop

The UpdateOrder is now a class OrderableList. However, it is not as generalizable as hoped, since the container should hold unique_ptr but all interaction is done via raw pointers, so this can only be used to store unique_ptr but the rest is templated.

Edited by Jan Delember

Merge request reports