mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 05:02:17 +00:00
missing const added (MIPSpro 7.3 warning)
[SVN r33165]
This commit is contained in:
@@ -38,7 +38,7 @@ struct test_failure : std::exception
|
||||
|
||||
~test_failure() throw() {}
|
||||
|
||||
char const* what() throw()
|
||||
char const* what() const throw()
|
||||
{
|
||||
return boost::python::extract<char const*>(msg)();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user