> 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. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost