29 Jul
2008
29 Jul
'08
7:12 p.m.
Yes okay, but how do you then export these methods from the base class if they appear in an external library (boost::exception in this case), without changing the external library? Cheers, Andrej
on M$ std::exception is exported. But even if I create a non exported base class, it seems that it still works calling virtual or inline functions. The 'what' fct from std::exception is virtual. wkr, me