emscripten
emscripten copied to clipboard
[embind] Return value policy support for properties.
All the return polices now also work with property bindings. Using return_value_policy::reference() is especially helpful for binding child objects of a class so they don't always create copies and potentially leak.
Fixes #6402, #17573