2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 18:32:24 +00:00
[SVN r30239]
This commit is contained in:
Dave Abrahams
2005-07-25 20:57:30 +00:00
parent 6cc48f7e5d
commit 332a45f333

View File

@@ -144,7 +144,7 @@ void* pointer_holder_back_reference<Pointer, Value>::holds(type_info dst_t, bool
if (dst_t == python::type_id<Pointer>()
&& !(null_ptr_only && get_pointer(this->m_p))
)
return &this->m_p;
return &this->m_p;
if (!get_pointer(this->m_p))
return 0;