
26 Jul
2006
26 Jul
'06
3:18 p.m.
"Steven Watanabe" <steven@providere-consulting.com> wrote in message news:44C6887C.2070801@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