#include #include class TestClass { public: TestClass(int someParam) {} }; int main() { boost::function factory = boost::factory(); }