help-flex
[Top][All Lists]
Advanced

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

RE: will flex use new C++ includes


From: Douglas Richardson
Subject: RE: will flex use new C++ includes
Date: Mon, 4 Nov 2002 11:45:26 -0800

Ok.

Perhaps if I rephrase my question, it will be more easily understood.

Is anyone maintaining flex or is it considered an ugly redheaded step child
because it is BSD license instead of GNU. If so, let me know so I can start
up another site that releases a maintained flex instead of a dead one.

-----Original Message-----
From: Hans-Bernhard Broeker [mailto:address@hidden
Sent: Monday, November 04, 2002 11:16
To: Douglas Richardson
Cc: 'address@hidden'
Subject: Re: will flex use new C++ includes


On Mon, 4 Nov 2002, Douglas Richardson wrote:

> I'm using flex++ with gcc 3.2, which likes the new C++ includes (like
> <string> instead of <string.h>). 

Caution, there.  <string> was *not* the C++ replacement of <string.h>.  
That would have to be <cstring> instead.

<string> is part of the genuine C++ standard library.  It introduces a
class string, not the C string management functions.

-- 
Hans-Bernhard Broeker (address@hidden)
Even if all the snow were burnt, ashes would remain.




reply via email to

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