$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gary Powell (Gary.Powell_at_[hidden])
Date: 2001-06-07 20:21:22
A quick search for "nil" turns up one more use in
boost::graph::connected_componets. And I think this is more of a case where
the comment should read, (c_count initialized to "uninitialized" represented
by max() )rather than set to "nil" which like Doug I tend to think of as an
alternative value to "zero."
But I could be persuaded that "nil" has a value other than zero. But for
Doug's case, zero works best. (tuples don't care, it just needs a type to
use as a marker.)
Yours,
-gary-
gary.powell_at_[hidden]