Defect #16
Updated by Tony Ciavarella over 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.
Updated by Tony Ciavarella over 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.