MSVC 6.0

typedef boost::function0<void> CallBackFunctionEmpty;
CallBackFunctionEmpty f = boost::bind(&MyClass::SomeFunction,
classInstance);

The destructor of MyClass is called multiple times.
Is this correct?

Thnaks!



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to