RichardPat
Results
2
comments of
RichardPat
@jagerman My understanding of your example is that b is a unique_ptr holder. I wish to define my own custom holder, SmartPointer in my contrived example, and in my example...
I'm still searching, with little success, for a means of handling dangling python references after c++ code deletes the underlying object during script execution. In my use case Python can...