Skip to content

Add extern template decls for vtkPythonArgs::Array

David Gobbi requested to merge dgobbi/vtk:python-args-array-extern into master

This is needed to avoid "no definition is available" clang warnings for C++11 compilation.

I've also added VTK_USE_EXTERN_TEMPLATE to vtkPythonConfigure.h to avoid code duplication.

Merge request reports