help-flex
[Top][All Lists]
Advanced

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

update FlexLexer.h for the new gcc


From: Gísli Hjálmtýsson
Subject: update FlexLexer.h for the new gcc
Date: Tue, 23 Sep 2003 21:08:44 -0000

The FlexLexer.h needs to be updated to use namespaces to compile with the new gcc version 3.

Gisli

 

NEW:

< #include <iostream>

<       using namespace std;

---  OLD:

> #include <iostream.h>

55d53

<


reply via email to

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