$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2007-11-06 00:29:15
John Maddock <john <at> johnmaddock.co.uk> writes:
>
> Gennadiy,
>
> Would you know the likely reason for a boost::system_error being thrown in
> this test: http://tinyurl.com/yq2yya ?
>
> Glancing at the Boost.Test source this appears to be thrown when an internal
> Boost.Test assertion fails? Any ideas what's going on?
system_error is thrown in case if system level call failed. I am on vacation
till the end of the week. I will try to look at this Sunday.
Gennadiy