bison-patches
[Top][All Lists]
Advanced

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

Re: RFC: maint: c++: use nullptr for C++11


From: Paul Eggert
Subject: Re: RFC: maint: c++: use nullptr for C++11
Date: Fri, 30 Mar 2012 14:55:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1

On 03/30/2012 02:49 PM, Hans Aberg wrote:
> That would not help, because size_t is used, which is in the same header.

The yacc skeleton figures out how to use size_t without
including the header at all, on some compilers (notably GCC).

> Perhaps yacc sticks to those old conventions.

Yes, Bison has greater portability constraints than most GNU software
does, because of the extra level of indirection.



reply via email to

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