Actions
Defect #16
closedremove dependency on boost::factory
Start date:
04/13/2017
Due date:
% Done:
100%
Estimated time:
Description
The boost::factory dependency is easily replaced with std::function and lambdas so get rid of it. One less dependency on things outside the standard library is good.
Actions