Boris Kolpackov wrote:
Hi David,

David Bertoni <[EMAIL PROTECTED]> writes:

I don't think so.  I looks like your platform has defined "not" as a macro
for  "!" and that's causing problems with the local variable "not."

'not' is an alternative token for '!' in ISO C++ and can't be used as
a variable name.

Yes, I forgot that!  Thanks for the reminder.

I've committed a patch that fixes the problem. Apparently the MS compilers don't flag this as an error, or even bother to issue a warning.

Dave

Reply via email to