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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user