2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

added a small comment

[SVN r18636]
This commit is contained in:
Dave Abrahams
2003-06-01 14:48:53 +00:00
parent a1cc1651fa
commit 638b3d4ee1

View File

@@ -35,7 +35,7 @@ struct make_ptr_instance
static inline PyTypeObject* get_class_object_impl(U const volatile* p)
{
if (p == 0)
return 0;
return 0; // means "return None".
PyTypeObject* derived = get_derived_class_object(
BOOST_DEDUCED_TYPENAME is_polymorphic<U>::type(), p);