Untabified

[SVN r17190]
This commit is contained in:
Björn Karlsson
2003-02-04 09:10:50 +00:00
parent 95e0465334
commit 0d7e048f06

View File

@@ -44,7 +44,7 @@ namespace test // failure exception used to indicate checked test failures
} }
// std::~string has no exception-specification (could throw anything), // std::~string has no exception-specification (could throw anything),
// but we need to be compatible with std::~exception's empty one // but we need to be compatible with std::~exception's empty one
// see std::15.4p13 and std::15.4p3 // see std::15.4p13 and std::15.4p3
~failure() throw() ~failure() throw()
{ {