[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: boost : no match for call to boost::factory



This issue seems fixable by binding "::boost::factory" like that :
    objectTestFactory.addFactory("ObjectTest", std::bind(::boost::factory<ObjectTest::sptr>()));

instead of :
    objectTestFactory.addFactory("DerivedObjectTest", ::boost::factory<DerivedObjectTest::sptr>());

Thanks for your attention,

Corentin

2016-01-13 15:38 GMT+01:00 Corentin Desfarges <corentin.desfarges.dev@gmail.com>:
Hi

I don't know if it's usefull (alioth is still down), but this is the complete build log :

http://filebin.ca/2TKEHV1l4WvK/log.txt

Thank you for your answer,

Best regards,

Corentin


Reply to: