From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2003-02-06 12:53:46


> I would like to suggest the addition of the test tool
> BOOST_CHECK_NO_THROW to the boost test library. It's purpose should be
> obvious from the name and I think it would be quite handy when testing
> construction of objects.
>
> Markus

Why would you need that? It's already checked automatically. If exception is
thrown, you will get the notificatinon from test monitor.

Gennadiy.