"Rob Williscroft" <> wrote in message
news:Xns951699F954E92ukcoREMOVEfreenetrtw@130.133. 1.4...
> Sharad Kala wrote in news: in comp.lang.c++:
>
> >
> > "Rob Williscroft" <> wrote in message
> > news:Xns951695C6F7676ukcoREMOVEfreenetrtw@130.133. 1.4...
> >> Sharad Kala wrote in news: in
> >> comp.lang.c++:
> >>
> >> >> namespace NS
> >> >> {
> >>
> >> >> };
> >> > No semicolon here
> >>
> >> Its a namespace not a class the semicolon isn't required.
> >
> > And that's what I wrote (to drop the unnecessary semicolons), am I
> > missing your point?
> >
>
> NO
. sorry for the noise.
>
Sharad, In case you're wondering why that mistake was made, you used the
phrase "No semicolon here". That's an incomplete sentence in English, and
it can be interpreted in two different ways. Either: "There is no semicolon
here, but there should be, so you should add it.", or "No semicolon is
required or desired here, so you should remove it." He apparently thought
you meant the first, but you actually meant the second.
-Howard