Move EXPORT from vtkSMPToolsImpl template to specializations
The method definitions in vtkSMPToolsImpl.h caused a build error "definition of dllimport function not allowed" with MSVC. The error goes away if the export macro is applied to the backend specializations instead of the vtkSMPToolsImpl template itself.
Showing
- Common/Core/SMP/Common/vtkSMPToolsImpl.h 1 addition, 1 deletionCommon/Core/SMP/Common/vtkSMPToolsImpl.h
- Common/Core/SMP/OpenMP/vtkSMPToolsImpl.txx 4 additions, 4 deletionsCommon/Core/SMP/OpenMP/vtkSMPToolsImpl.txx
- Common/Core/SMP/STDThread/vtkSMPToolsImpl.txx 6 additions, 5 deletionsCommon/Core/SMP/STDThread/vtkSMPToolsImpl.txx
- Common/Core/SMP/Sequential/vtkSMPToolsImpl.txx 3 additions, 3 deletionsCommon/Core/SMP/Sequential/vtkSMPToolsImpl.txx
- Common/Core/SMP/TBB/vtkSMPToolsImpl.txx 4 additions, 4 deletionsCommon/Core/SMP/TBB/vtkSMPToolsImpl.txx
Loading
Please register or sign in to comment