
12 Aug
2010
12 Aug
'10
10:29 a.m.
Steven Watanabe <watanabesj <at> gmail.com> writes:
gast128 wrote:
small question: there seems no xor operator in c++ but there is also no Boost xor functor (like the std::logical_and)?
Huh? The xor operator is ^.
Isn't that the bitwise exclusive xor operator? Reading now my mail back I forget to specify the 'logical xor' term.