$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2003-03-18 10:54:44
"David Abrahams" <dave_at_[hidden]> wrote in message
news:un0js96j4.fsf_at_boost-consulting.com...
> [...]
> And until we get there, one reasonable boost practice has been to
> pass by value and ask the caller to use boost::ref(x) to get references
> across the call boundary.
I remember seeing this in the Boost.Bind docs (and used it) without
fully understanding the reason. Now it's all perfectly clear. ;)
Dave