Abdelrazak Younes wrote:

Hum, maybe gcc needs the 'virtual' keyword. Could you try it please:

    inline virtual bool inMathed() const;
    inline virtual bool inTexted() const;
I think virtual methods cannot be inlined because the decision which
method to call is done at runtime but for inlining the compiler already
has to know that.

bernhard

Reply via email to