www.delorie.com/djgpp/bugs/show.cgi   search  
Bug 000226

When Created: 06/15/1998 18:55:57
Against DJGPP version: 2.01
By whom: web455@charweb.org
Abstract: parse error in iostream.h
When using iostream.h, I get the same error twice.  On line 91, it says
there is a parse error before '__extension__'.  This same problem
occurs on line 208 of the same file.  Here's a piece of the
iostream.h code, starting at line 90:

#if defined(__GNUC__)
   __extension__ ostream& operator<<(long long n)
   ...
#endif

Line 208 is basically the same thing.  Maybe this is a problem with
the preprocessor commands?

Note added: 04/19/1999 10:00:46
By whom: eliz@is.elta.co.il
This is almost certainly a result of using an old preprocessor and/or
C++ compiler with new (v2.8 or later) C++ headers.

I'm closing this report, as it isn't a DJGPP bug anyway.

Closed on 04/19/1999 10:00:01: Not a DJGPP bug, most probably user installation problem.
By whom: eliz@is.elta.co.il



  webmaster     delorie software   privacy  
  Copyright © 2010   by DJ Delorie     Updated Jul 2010