We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c9eb1 commit 2d9871fCopy full SHA for 2d9871f
1 file changed
include/boost/python/object/make_ptr_instance.hpp
@@ -58,7 +58,7 @@ struct make_ptr_instance
58
static inline PyTypeObject* get_derived_class_object(boost::python::detail::true_, U const volatile* x)
59
{
60
converter::registration const* r = converter::registry::query(
61
- type_info(typeid(*get_pointer(x)))
+ type_info(typeid(*x))
62
);
63
return r ? r->m_class_object : 0;
64
}
0 commit comments