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: Hans-Bernhard Broeker
Subject: Re: will flex use new C++ includes
Date: Mon, 4 Nov 2002 20:16:00 +0100 (MET)

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]