-
- Downloads
STYLE: Replace vtksys_stl and vtksys_ios:: with std::
In the early days of VTK, support for stl was not portable. vtksys_stl and vtksys_ios provided a portable implementation of the stl. Now, all of the VTK supported compilers have portable stl implementations. This patch: 1) Replaces the vtksys_ios:: with std::. 2) Replaces the vtksys_stl:: with std::. 3) Removes "using" statements for stl
Showing
- Charts/Core/vtkAxis.cxx 12 additions, 12 deletionsCharts/Core/vtkAxis.cxx
- Charts/Core/vtkAxisExtended.cxx 4 additions, 4 deletionsCharts/Core/vtkAxisExtended.cxx
- Charts/Core/vtkChartPie.cxx 2 additions, 2 deletionsCharts/Core/vtkChartPie.cxx
- Charts/Core/vtkPlot.cxx 2 additions, 2 deletionsCharts/Core/vtkPlot.cxx
- Common/Core/Testing/Cxx/TestArrayAPI.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestArrayAPI.cxx
- Common/Core/Testing/Cxx/TestArrayAPIConvenience.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestArrayAPIConvenience.cxx
- Common/Core/Testing/Cxx/TestArrayAPIDense.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestArrayAPIDense.cxx
- Common/Core/Testing/Cxx/TestArrayBool.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestArrayBool.cxx
- Common/Core/Testing/Cxx/TestArrayExtents.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestArrayExtents.cxx
- Common/Core/Testing/Cxx/TestArrayLookup.cxx 16 additions, 16 deletionsCommon/Core/Testing/Cxx/TestArrayLookup.cxx
- Common/Core/Testing/Cxx/TestArrayUserTypes.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestArrayUserTypes.cxx
- Common/Core/Testing/Cxx/TestArrayVariants.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestArrayVariants.cxx
- Common/Core/Testing/Cxx/TestUnicodeStringAPI.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestUnicodeStringAPI.cxx
- Common/Core/Testing/Cxx/TestUnicodeStringArrayAPI.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestUnicodeStringArrayAPI.cxx
- Common/Core/Testing/Cxx/TestVariantComparison.cxx 3 additions, 3 deletionsCommon/Core/Testing/Cxx/TestVariantComparison.cxx
- Common/Core/Testing/Cxx/otherArrays.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/otherArrays.cxx
- Common/Core/Testing/Cxx/otherByteSwap.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/otherByteSwap.cxx
- Common/Core/Testing/Cxx/otherStringArray.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/otherStringArray.cxx
- Common/Core/vtkAndroidOutputWindow.cxx 5 additions, 5 deletionsCommon/Core/vtkAndroidOutputWindow.cxx
- Common/Core/vtkArrayExtents.cxx 3 additions, 3 deletionsCommon/Core/vtkArrayExtents.cxx
Loading
Please register or sign in to comment