1 Sep
2008
1 Sep
'08
3:03 p.m.
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.