diff --git a/src/python/corrade/PybindExtras.h b/src/python/corrade/PybindExtras.h index 8e8e06d..42b021a 100644 --- a/src/python/corrade/PybindExtras.h +++ b/src/python/corrade/PybindExtras.h @@ -29,7 +29,8 @@ namespace pybind11 { -// TODO: add this to pybind itself +// TODO: remove when https://github.com/pybind/pybind11/pull/1852 is merged and +// released PYBIND11_RUNTIME_EXCEPTION(buffer_error, PyExc_BufferError) }