$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Noel Yap (Noel.Yap_at_[hidden])
Date: 2003-04-26 07:38:03
Gregory Colvin wrote:
> As I said, I'm fine with f(&x, &y, z).
>
> But then I don't consider pointers evil ;->
IMHO, this would be a perfect use for the dummy_ptr<> wrapper (eg a
wrapper to pass pointers down without passing ownership).
Noel