$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [test] Ignoring SIGCHLD for signal codes other than CLD_EXITED
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-05-17 03:16:34
Gevorg Voskanyan wrote:
> Thanks for the followup. With this change it failed to compile with BOOST_TEST_IGNORE_SIGCHLD defined, as signal_action has no default constructor. I guess the definition of m_CHLD_action should be wrapped with #ifndef BOOST_TEST_IGNORE_SIGCHLD as well. After this modification the compilation went successful with -DBOOST_TEST_IGNORE_SIGCHLD, and my original problem disappeared too. Thanks again.
Should work now.
Gennadiy