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.
Boris, Yes, you're right, here is the complete list of reserved alternatives: and and_eq bitand bitor compl not_eq or or_eq xor xor_eq Cheers -- Mateusz Loskot http://mateusz.loskot.net
