
16 Jul
2008
16 Jul
'08
6:22 p.m.
On Wed, July 16, 2008 13:18, Igor R wrote:
//task.hpp class Task { public: typedef signal<void (void)> CompletionEvent; void operator ()() { // forward the execution to the processor; (*processor)(bind(&Task::run, this), bind(&CompetionEvent::connect, &done_, _1)); // this bind dosen't compile!
This is too obvious to be the real answer, but the first thing that I see on the line you say doesn't compile is a typo in the class name. -- David Dyer-Bennet, dd-b@dd-b.net; http://dd-b.net/ Snapshots: http://dd-b.net/dd-b/SnapshotAlbum/data/ Photos: http://dd-b.net/photography/gallery/ Dragaera: http://dragaera.info