You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aren't such more complicate use cases why there is a (public) pybind11::get_override?
I agree the PYBIND11_OVERRIDE* macros are (very) limited, but the problem is adding extra macros might be horrible, if we don't wish to combinatorially explode the number of macros? :-(
Just thinking out loud: one option would be to add an example to the docs on how to use py::get_override. But I'm open/curious if you have something specific in mind, perhaps?
Motivated by post here:
#2812 (comment)
As mentioned in the code, part of the reason for this was #1241 (return values, const lvalues, etc.).
\cc @YannickJadoul
The text was updated successfully, but these errors were encountered: