$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [logic] boost::logical_xor
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-08-12 11:34:23
AMDG
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 ^.
> Scenario: I have 2 data members used in variant like way: only 1 may be valid.
> Both valid or both invalid is incorrect.
>
I don't understand the connection.
In Christ,
Steven Watanabe