On Friday, February 20, 2015 07:36:48 PM augustin wrote:
> boost::ptr_list<categories_form>
> categories_form inherits from cppcms::form.
> void boost::checked_delete(const categories_form*)
> void booster::checked_delete(const categories_form*)
Well, now I know it's cause by the C++ language feature called Argument
Dependent Lookup (ADL), which I previously didn't know about.
Now I know what causes the bug, but I still don't know how to 'fix' it, or
work my way around it.
Can I configure cmake to let it now not to look into the booster headers?
Any other way to deal with such situations?
Back to the drawing board, rethinking my class layout...
augustin !++
|