git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@139 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2010-03-10 22:42:57 +00:00
parent a366578b9e
commit f6f80d4192
2 changed files with 20 additions and 7 deletions

View file

@ -18,13 +18,6 @@ namespace mock
template< typename Result >
struct silent_error
{
static std::string to_string( int i )
{
std::stringstream s;
s << i;
return s.str();
}
static Result abort()
{
throw std::runtime_error( "abort" );