You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Martin Sebor <se...@roguewave.com> on 2006/05/03 03:25:54 UTC

string exception safety tests

Currently there is just one exception safety per member function.
But since the exception safety test loops until no exception is
thrown and the operation succeeds, returning the expected result,
is there any reason not to exercise exception safety in each test
case unconditionally?

Martin