Skip to content

Skip vtkDataObjectImplicitBackendInstantiateIdType

David Gobbi requested to merge dgobbi/vtk:avoid-duplicate-backends into master

Since vtkIdType is just a typedef for one of the fundamental integer types for which the template is already instantiated, we must avoid instantiating for vtkIdType since the instantiation will result in duplicate template symbols. Most linkers will handle the duplicated template symbols, but some linkers will generate an error.

Closes: #19547 (closed)
Backport: release

Edited by David Gobbi

Merge request reports

Loading