Austin Bingham wrote:
I can't find any documentation re: the "borrowed" nature of obj_ptr,
so I really just assumed that it was a normal, pre-incremented
reference. Any help on this would be great. Thanks.
Here's a good thread on this, thanks to Alex Mohr:
http://mail.python.org/pipermail/cp
Thanks for the link, but I think I misspoke a bit. I do understand
borrowed vs. owned references in general, but I'm not sure about the
pointer in the specific context of the construct() call. Is it
borrowed or pre-incremented?
However, a little poking around the boost.python source seems to
indic