[C++-sig] Re: return_existing_reference
by David Abrahams other posts by this author
Sep 29 2003 11:07AM messages near this date
[C++-sig] Re: (no subject)
|
[C++-sig] Re: Boost.Python : Byref parameters - no problems with static/non-static overloading
"Niall Douglas" <s_sourceforge@[...].com> writes:
> Out of interest (couldn't find this in the docs), if the C++ code
> returns a NULL pointer does Boost.Python translate this under
> return_existing_reference and return_internal_reference as None?
Yes. You can see that in the tests, if not in the docs (not that
that is any excuse for not documenting it).
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig
|