emscripten icon indicating copy to clipboard operation
emscripten copied to clipboard

[embind] Return value policy support for properties.

Open brendandahl opened this issue 1 year ago • 0 comments

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

brendandahl avatar May 14 '24 00:05 brendandahl