help-bison
[Top][All Lists]
Advanced

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

Re: Problems with bison.simple and C++


From: Adam Tee
Subject: Re: Problems with bison.simple and C++
Date: Thu, 17 Jan 2002 10:33:06 +0000

On Thursday 17 Jan 2002 9:50 am, you wrote:
> >>>>> "Adam" == Adam Tee <address@hidden> writes:
>
> Adam> Hi, I'm trying to compile a parser using C++ but I get the
> Adam> following error message:
>
> Hi!
>
> First, a preliminary question: does your application need to be
> portable, or should it follow the C++ standard?  The problem is that
> the standard clearly says size_t is in std, and your environment is
> wrong on this regard.  Now, we know many environment have still not
> caught up with the standard...
>
Thanks, for the advice but I've solved the problem.  I had forgotten to 
include iostream in the .y file.

Adam



reply via email to

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