autowrap
autowrap copied to clipboard
Trying to wrap move constructor results in unintuitive error
Trying to wrap
IdentificationData(IdentificationData&&) nogil except + #wrap-doc:Move constructor
returns;
AttributeError: 'CReferenceDeclaratorNode' object has no attribute 'name'
Error should at least include pxd file and line number.
Not that I should have been worrying about wrapping move to begin with, but I'd imagine this can probably be triggered other ways.