12 Jul
2008
12 Jul
'08
4:45 p.m.
Nat Goodspeed wrote:
Simon Pickles wrote:
I am using boost::functions to provide a simple event system, but have come across a problem.
You might want to consider Boost.Signals, which supports implicit disconnect on destruction. I've heard bad things about the speed of boost signals......