Robert Roessler:

This little snippet has gotten fairly messy... the
"strlen(phpStringDelimiter)" is computed 1, 2, or 3 times in a row at
this point.  Also, only when it is added to an int does the
"static_cast<int>" get used - but the two integer compares are "bare".

  Some compilers don't like int + unsigned.

Maybe a "const int n = strlen(phpStringDelimiter)" with whatever temp
name and cast usage is appropriate would be preferable?

  I spose. Not much in it to me.

  Neil
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to