Re: Fundamental changes needed by find&replace and track changes

2009-08-16 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: Hi, I thought I should express before I go what is really required in order to implement properly advanced Find&replace and document comparison: We need "Inset::operator==(Inset const &)". Hi, I guess you're meaning exact equality, in this method. However, for

Fundamental changes needed by find&replace and track changes

2009-08-15 Thread Abdelrazak Younes
Hi, I thought I should express before I go what is really required in order to implement properly advanced Find&replace and document comparison: We need "Inset::operator==(Inset const &)". Two options here: 1) this is a pure virtual method: bool Inset::operator==(Inset const &) const = 0;