$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Test] prevent exceptions from beeing caught
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2010-04-28 12:31:40
Jan Rudoszanski <jan.rudoszanski <at> gmail.com> writes:
> Just as I can "catch" a system error in GDB when running my
> test program under it, I would like to let debugger care for my
> uncaught exception.
As mentioned in other post catch throw should work with and without Boost.Test.
Gennadiy