Wenzel Jakob cea42467b0
fix py::cast<void *> (#1605)
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.
2018-11-11 19:32:09 +01:00
..
2017-01-31 17:05:44 +01:00
2018-02-27 22:46:56 -04:00
2018-01-11 16:39:50 -04:00
2018-01-11 16:39:50 -04:00