Re: flex++ and C++ compliance

2003-02-17 Thread Gregory Seidman
Rob Weir sez: } On Thu, Feb 13, 2003 at 11:23:16AM -0500, Gregory Seidman wrote: } > I'm trying to determine whether flex++ produces standards-compliant } > C++. It seems that it very nearly does, except that } > /usr/include/FlexLexer.h refers to std::istream and std::ostream } > without the std::

Re: flex++ and C++ compliance

2003-02-17 Thread Rob Weir
On Thu, Feb 13, 2003 at 11:23:16AM -0500, Gregory Seidman wrote: > I'm trying to determine whether flex++ produces standards-compliant C++. It > seems that it very nearly does, except that /usr/include/FlexLexer.h refers > to std::istream and std::ostream without the std:: prefix. This is as of > 2