mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-26 23:22:01 +00:00
cea42467b0
Pybind11 provides a cast operator between opaque void* pointers on the C++ side and capsules on the Python side. The py::cast<void *> expression was not aware of this possibility and incorrectly triggered a compile-time assertion ("Unable to cast type to reference: value is local to type caster") that is now fixed. |
||
---|---|---|
.. | ||
pybind11 |