Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | >>>>> "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) { I saw that, but I thought I should not comment :-) (especially since I created that in the first place) Lgb