On Sun, Oct 05, 2008 at 02:09:03PM +0200, Peter Kümmel wrote: > Abdelrazak Younes wrote: >> >> Yes, but please use (or extend) already existing FileName::operator==() >> > > FileName::operator==() expands now short names on Windows. > http://www.lyx.org/trac/changeset/26745
In this case I'd prefer a more verbose name. Having non-trivial operations hidden in customarily "cheap" operators tend to create unexpected behaviour... Andre'