$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Ketcham (sketcham_at_[hidden])
Date: 2003-01-14 09:22:37
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!