[Numpy-discussion] Rationale for simple_capsule_dtor to be static but non-inline ?

David david at silveregg.co.jp
Thu Feb 10 00:50:17 EST 2011


Hi,

in npy3_compat.h, one function simple_capsule_dtor is defined as static 
but non-inline. AFAIK, there is no reason not to put inline (if 
supported by the compiler of course) for a static function defined in a 
header. Unless I hear someone justify it, I will change it,

cheers,

David



More information about the NumPy-Discussion mailing list