We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0793267 commit 2bfd2faCopy full SHA for 2bfd2fa
1 file changed
test/module_tail.cpp
@@ -35,6 +35,8 @@ struct test_failure : std::exception
35
test_failure(char const* expr, char const* function, char const* file, unsigned line)
36
: msg(file + boost::python::str(":%s:") % line + ": Boost.Python assertion failure: " + expr)
37
{}
38
+
39
+ ~test_failure() throw() {}
40
41
char const* what() throw()
42
{
0 commit comments