help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Flex 2.5.23 beta and C++


From: W. L. Estes
Subject: Re: Flex 2.5.23 beta and C++
Date: Tue, 22 Oct 2002 11:21:39 -0400
User-agent: Mutt/1.3.28i

On Tuesday, 22 October 2002,10:55 -0400, Bruce Lilly wrote:

> Have you tried
> 
> using namespace std;
> 
> which only needs to appear once near the top of the file,
> (and only for C++) which is aimpler and less ugly than
> either std:: everywhere or macro hacking.

I'm just going to include standard C headers in c++ scanners for
now. When the re-write happens, there will be a separate c++ skeleton
and it'll be pure c++.

--Will




reply via email to

[Prev in Thread] Current Thread [Next in Thread]