pytuplehlp.swg 308 B

12345678
  1. /*
  2. Helper function to return output types, now we need to use a list
  3. instead of a tuple since all the other types
  4. (std::pair,std::vector,std::list,etc) return tuples.
  5. */
  6. #warning "Deprecated file: Don't use t_output_helper anymore,"
  7. #warning "use SWIG_Python_AppendOutput or %append_output instead."