[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bison 1.30g
From: |
Hans Aberg |
Subject: |
Re: Bison 1.30g |
Date: |
Sat, 15 Dec 2001 17:06:41 +0100 |
>Well, "bison.simple" has absolutly no vocation for C++ generation, so why
>should we change that ? wait we generate real C++ parse, but I don't want
>to see std::size_t in bison.simple.
Are you just back from vacation? -- We have worked on fixing this C compile
as C++ compatibility for a week now. :-)
The file bison.simple already has "std::" on all names when compiling under
C++, including size_t, except when using alloca.
Hans Aberg