$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-09-01 11:03:55
Daryl Haresign:
> I've been running into a problem with this however. The use of boost::bind
> means that F needs to have a copy constructor, which seems odd as the
> manual says "or movable".
> Am I doing something wrong, or is this an oversight, or what?
You aren't doing anything wrong; boost::bind doesn't support move-only
objects, at least not yet.