mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
fixes for GCC .so/exception problems
[SVN r13471]
This commit is contained in:
@@ -39,7 +39,7 @@ namespace example {
|
||||
|
||||
void raise_vector_IndexError() {
|
||||
PyErr_SetString(PyExc_IndexError, "vector index out of range");
|
||||
throw boost::python::error_already_set();
|
||||
boost::python::throw_error_already_set();
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user