$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steven E. Harris (seh_at_[hidden])
Date: 2005-05-11 13:52:56
Darren Cook <darren_at_[hidden]> writes:
> My feeling is the above should be a compiler warning, that the "i"
> in the for loop is hiding the outer "i".
Why? These kinds of scoped lexical overlays are permitted in many
other places with no diagnostic messages warranted.
-- Steven E. Harris