2
0
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:
Ralf W. Grosse-Kunstleve
2006-02-28 01:32:33 +00:00
parent 0a38ca1660
commit 5d1053552c

View File

@@ -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)();
}