Sometimes functions need to take ownership of pointers passed as parameters. Py++ has functionality to deal with this for ordinary member functions, but not for constructors.
Log in to post a comment.