Actions
To do #7602
closedRemove dependency on boost
Status:
Closed
Priority:
Urgent
Assignee:
-
Start date:
11/07/2018
Due date:
% Done:
0%
Estimated time:
Description
There is a dependency on boost library in dependency_checker.cpp.
This dependency should be removed.
Updated by Martin Blicha over 6 years ago
- Status changed from New to Resolved
Only thing used from boost was implementation of disjunctive sets (union-find algorithm).
This was replaced by custom implementation in commit b0d955ac (b0d955ac5bbbd3b5c30f28f2503d9c3e5ce0834d)
Updated by Martin Blicha over 6 years ago
- Status changed from Resolved to Closed
Unit tests have been added and can be extended if any issue regarding this is found.
Actions