Commit 95c9f715 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

replace unordered_set by vector to keep insertion order

The order is which elements and dependencies are specified is important
because some may need to be computed before others (i.e. they are
themselves dependent). Using a vector (rather than a set) is required
because while the set is ordered, the order is not controlled by the
insertion order, but by some other sorting rules.
parent 0a5bea89
No related merge requests found
Showing with 38 additions and 16 deletions
+38 -16
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment