-
- Downloads
Fix link issues with "ImplicitBackends"
Linker complained that a symbol was redefined when using these classes in a target while also linking against CommonCore: LNK2005 "vtkConstantImplicitBackend<char>" already defined in vtkToImplicitRamerDouglasPeuckerStrategy.obj This was caused by an explicit instanciation without proper extern template declaration.
Showing
- Common/Core/vtkAffineImplicitBackend.txx 19 additions, 1 deletionCommon/Core/vtkAffineImplicitBackend.txx
- Common/Core/vtkCompositeImplicitBackend.h 21 additions, 1 deletionCommon/Core/vtkCompositeImplicitBackend.h
- Common/Core/vtkConstantImplicitBackend.h 22 additions, 2 deletionsCommon/Core/vtkConstantImplicitBackend.h
- Common/Core/vtkIndexedImplicitBackend.h 19 additions, 1 deletionCommon/Core/vtkIndexedImplicitBackend.h
Loading