$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Connecting signals2::signal to another signals2::signal: trackable?
From: Chris Stankevitz (chrisstankevitz_at_[hidden])
Date: 2012-08-03 11:03:50
On Thu, Aug 2, 2012 at 7:29 PM, Frank Mori Hess <fmhess_at_[hidden]> wrote:
> It doesn't crash for me (I tried with the attached test program). Can you
> provide a test program that produces the crash?
Frank,
I updated your test program to by using signal::num_slots to test
whether your no-crash was a fluke or whether it was really safe. It
appears to be genuinely safe, although I do not understand how. If
anyone knows, please chime in!
Thank you,
Chris