
24 Jan
2013
24 Jan
'13
3:41 p.m.
didn't test your code, but i'm pretty sure that boost::function is violating the requirements of the lockfree queue: * trivial copy constructor * trivial assignment * trivial destructor Can these requirements be enforced with static_asserts or concept checks?
i haven't merged that commit from trunk to release, as it is not exactly a bug fix, but maybe i should ... tim