7 Jun
2007
7 Jun
'07
12:34 a.m.
On Jun 6, 2007, at 11:10 AM, Boris wrote:
On Wed, 06 Jun 2007 23:38:36 +0900, David Klein
wrote: Boris wrote:
void Hello() { } boost::signal
sig; sig.connect(&Hello); // OK sig.disconnect(&Hello); // Error [...]http://www.boost.org/doc/html/signals/tutorial.html#id1627590 According to http://www.boost.org/doc/html/signals/ tutorial.html#id1627841 the code above should work? However I can't compile it with VC++ 2005 SP1. Anyone with the same problem? The error message I get is:
The code supporting this feature was accidentally disabled for VC++ in Boost 1.33.1. This oversight was fixed in Boost 1.34.0. - Doug