You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
308 B
8 lines
308 B
/* |
|
Helper function to return output types, now we need to use a list |
|
instead of a tuple since all the other types |
|
(std::pair,std::vector,std::list,etc) return tuples. |
|
*/ |
|
|
|
#warning "Deprecated file: Don't use t_output_helper anymore," |
|
#warning "use SWIG_Python_AppendOutput or %append_output instead."
|
|
|