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 <
[email protected]>:
> 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
>