>>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

Lars> Is the C++ scoping rules not present in cxx?

Jean-Marc> No, it just outputs proper warnings on stupid code like 
Jean-Marc>      for (j = j + 1; j <= pos; ++j) {
 
Oops, I took the wrong line from the patch. The senseless one is of
course
        for (int j = j + 1; j <= pos; ++j) {

JMarc

Reply via email to