$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Test updates in trunk: need for (mini) review?
From: Gennadiy Rozenal (rogeeff_at_[hidden])
Date: 2012-11-04 04:42:13
Dave Abrahams <dave <at> boostpro.com> writes:
> >> I also think the choice of operator here is not ideal. How does the
> >> xor operator evoke any notion of this operation?
> >
> > The circumflex has two tails that merge at the top.
> by that measure,
> >=
> would be a good choice too. That said, I have no problem with the circumflex.
operator ^ preferable because it is symmetric (unlike >=).
Genndiy