bug-gnulib
[Top][All Lists]
Advanced

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

Re: lib/stdbool_.h doesn't honor HAVE__BOOL


From: Albert Chin
Subject: Re: lib/stdbool_.h doesn't honor HAVE__BOOL
Date: Sat, 26 Nov 2005 02:17:07 -0600
User-agent: Mutt/1.5.6i

On Fri, Nov 25, 2005 at 11:11:05PM -0800, Paul Eggert wrote:
> +#if defined __cplusplus || defined __BEOS__
>  typedef bool _Bool;
> +#else

This will break on C++ compilers with bool _and_ _Bool, like the HP-UX
11.23/IA-64 aCC6 compiler.

-- 
albert chin (address@hidden)




reply via email to

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