-
- Downloads
Remove <iostream> from core header file
Including <iostream> in a header induces global constructors into every downstream translation unit that includes it (transitively). Remove the include statement (and using statement) from the header, copying it to the necessary locations in downstream cc files where it's actually used.
Showing
- Common/Core/vtkBreakPoint.cxx 4 additions, 0 deletionsCommon/Core/vtkBreakPoint.cxx
- Common/Core/vtkIOStream.h 6 additions, 6 deletionsCommon/Core/vtkIOStream.h
- Common/Core/vtkInformationKey.cxx 4 additions, 0 deletionsCommon/Core/vtkInformationKey.cxx
- Common/Core/vtkOutputWindow.cxx 4 additions, 0 deletionsCommon/Core/vtkOutputWindow.cxx
- Common/Core/vtkVariant.cxx 3 additions, 0 deletionsCommon/Core/vtkVariant.cxx
- Common/DataModel/vtkAMRBox.cxx 3 additions, 0 deletionsCommon/DataModel/vtkAMRBox.cxx
- Common/DataModel/vtkAMRInformation.cxx 2 additions, 1 deletionCommon/DataModel/vtkAMRInformation.cxx
- Common/DataModel/vtkBSPCuts.cxx 4 additions, 0 deletionsCommon/DataModel/vtkBSPCuts.cxx
- Common/DataModel/vtkDataObjectTypes.cxx 3 additions, 0 deletionsCommon/DataModel/vtkDataObjectTypes.cxx
- Common/DataModel/vtkGenericEdgeTable.cxx 4 additions, 0 deletionsCommon/DataModel/vtkGenericEdgeTable.cxx
- Common/DataModel/vtkGeometricErrorMetric.cxx 3 additions, 0 deletionsCommon/DataModel/vtkGeometricErrorMetric.cxx
- Common/DataModel/vtkGraph.cxx 3 additions, 0 deletionsCommon/DataModel/vtkGraph.cxx
- Common/DataModel/vtkKdNode.cxx 4 additions, 0 deletionsCommon/DataModel/vtkKdNode.cxx
- Common/DataModel/vtkOrderedTriangulator.cxx 3 additions, 0 deletionsCommon/DataModel/vtkOrderedTriangulator.cxx
- Common/DataModel/vtkPixelExtent.h 1 addition, 1 deletionCommon/DataModel/vtkPixelExtent.h
- Common/DataModel/vtkReebGraph.cxx 3 additions, 0 deletionsCommon/DataModel/vtkReebGraph.cxx
- Common/DataModel/vtkSelection.cxx 4 additions, 0 deletionsCommon/DataModel/vtkSelection.cxx
- Common/DataModel/vtkTable.cxx 3 additions, 0 deletionsCommon/DataModel/vtkTable.cxx
- Common/DataModel/vtkUniformHyperTreeGrid.cxx 1 addition, 0 deletionsCommon/DataModel/vtkUniformHyperTreeGrid.cxx
- Common/ExecutionModel/vtkExtentRCBPartitioner.cxx 3 additions, 0 deletionsCommon/ExecutionModel/vtkExtentRCBPartitioner.cxx
Loading
Please register or sign in to comment