$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 2000-03-16 09:33:53
Gary Powell wrote:
> I might be able to specialize operator?(bool a,T b ,T c)
Specialize ?: ? I don't think so. Writting
operator?
or
operator?:
is not even legal syntaxically.
OTOH, delayed evalutation is probably the only case where
overloading && and || makes sens.
-- Valentin Bonnard