sol2 icon indicating copy to clipboard operation
sol2 copied to clipboard

Is there a way to push a smart pointer type twice without creating two separate userdata objects?

Open SU-Daigoro opened this issue 1 year ago • 0 comments

The question is basically in the title. I basically want to make sure that two smart_pointers pointing to the same object will both result in the same userdata object in lua.

SU-Daigoro avatar Mar 08 '25 16:03 SU-Daigoro