$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2005-12-07 11:13:51
Why isn't this function called zero_in?
if (zero_in(x)) whatever...
seems a lot more natural than
if (in_zero(x)) whatever...
After all, the question is whether zero is in x, not whether x is in
zero!
-- Dave Abrahams Boost Consulting www.boost-consulting.com