Jean-Marc Lasgouttes wrote:
"younes" == younes <[EMAIL PROTECTED]> writes:
younes> + /// are we in texted?.
younes> + /// inlined out because of profiling results under linux when
younes> + // opening a document.
younes> + inline bool inTexted() const;
Abdel, are you sure this is a proper syntax? My compiler complains
with
By the way, 'insetlatexaccent.h' uses the same syntax:
inline bool canDisplay();
Don't you have a warning for this one? If not, maybe the constness plays
a role and I think this a gcc bug.
../../lyx-devel/src/dociterator.h:135: warning: inline function `bool
lyx::DocIterator::inTexted() const' used but never defined
I did not try to link yet, but I think this does not inline anything.
Please try to link in order to make sure.
Abdel.