Last Updated: February 25, 2016
·
845
· zedtux

c++ boost::bind and multiple call to the object destructor

I have written an article on my blog that explain how to use boost::bind to create signals and also explain how to solve the issue when the subscribing object destructor is called multiple times:

http://blog.zedroot.org/2013/01/boost-boostbind-calling-multiple-times-the-object-destructor/