$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Goldshteyn (mgoldshteyn_at_[hidden])
Date: 2006-07-26 11:18:22
"Steven Watanabe" <steven_at_[hidden]> wrote in message
news:44C6887C.2070801_at_providere-consulting.com...
> AMDG
> Actually, boost::bind::operator() takes it's arguments by reference
Even if it does, it still stores copies of those arguments, internally, per
the documentation of boost::bind.
Mike