From: "John Harrison" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp References: <4j%t5.6782$vo6 DOT 96767 AT news2-win DOT server DOT ntlworld DOT com> Subject: Re: passing istringstream as istream in param Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <_klu5.56$8r4.1420@news2-win.server.ntlworld.com> Date: Sat, 9 Sep 2000 08:07:21 +0100 NNTP-Posting-Host: 213.104.52.87 X-Complaints-To: abuse AT ntlworld DOT com X-Trace: news2-win.server.ntlworld.com 968483258 213.104.52.87 (Sat, 09 Sep 2000 08:07:38 BST) NNTP-Posting-Date: Sat, 09 Sep 2000 08:07:38 BST Organization: ntlworld News Service To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com [snip] > > If, as John suspects, M$VC also has an iostream.h defining an iostream > class, > things could get trickier. In that case, you're better off changing the > flex skeleton (by including iostream instead of iostream.h if WIN32 > is defined, for example) and recompiling flex. It does. john