On Fri, May 25, 2007 at 08:59:25AM +0200, Abdelrazak Younes wrote:
> José Matos wrote:
> >On Thursday 24 May 2007 19:24:28 Peter Kümmel wrote:
> >> {
> >>        Types const t = type(params);
> >>-       return (t == INPUT) or (t == INCLUDE);
> >>+       return (t == INPUT) || (t == INCLUDE);
> >> }
> >
> >Why is this?
> 
> You mean "_What_ is this?" It surely is not C++ at the first place :-)

I am not sure where you get your 'surely' from, but


  int main() { return 1 or 2; }

is _surely_ Standard C++.

And so is

  int main() ??< return 1 or 2; ??>

by the way...

Andre'

Reply via email to