>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I am a bit reluctant to remove the -pedantic especially since it
Lars> is only used for devel versions. (we should probably change the
Lars> criteria for devel version a bit...)
OK, what should we use? Search for pre in the name? Tell that only
x.y.0 is stable?
While we are in the pedantic side: should lyxstring::find(string str,int pos)
trigger an assertion when the pos is greater than the length of str?
My reading of the standard says that it should return string::npos.
JMarc