Project

General

Profile

Defect #16

Updated by Tony Ciavarella about 7 years ago

The boost::factory boost::functional::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.

Back