autowrap icon indicating copy to clipboard operation
autowrap copied to clipboard

Parsing of AttributeNodes in template argument fails

Open poshul opened this issue 4 years ago • 0 comments

I have the following code: IteratorWrapper[(libcpp_set[ DataProcessingSoftware].iterator)] software_ref which leads to autowrap crashing since AttributeNodes are not handled in PXDParser _extract_type. I've tried to make changes to the handler (adding a case to handle AttributeNodes) but I cannot figure out how to update the CppType object to be an iterator of the above type.

poshul avatar Feb 11 '20 14:02 poshul