Subject: Re: [Boost-users] boost test with assert()
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-11-21 14:23:04


Hicham Mouline wrote:
> Is it not possible to test that it aborts, and then control that and
> continue running the test suite?

There is no safe way to continue after SIGABORT.

Gennadiy