ENH: Remove use of include <vtksys/ios/*> and vtksys_ios::*
We no longer need this compatibility layer for the compilers we support. Use the following commands to switch to standard header and namespace: git grep -l vtksys/ios/ | xargs sed -i 's|vtksys/ios/||' git grep -l vtksys_ios | xargs sed -i 's|vtksys_ios|std|g'
Showing
- Common/Core/Testing/Cxx/TestArrayAPI.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/TestArrayAPI.cxx
- Common/Core/Testing/Cxx/TestArrayAPIConvenience.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/TestArrayAPIConvenience.cxx
- Common/Core/Testing/Cxx/TestArrayAPIDense.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/TestArrayAPIDense.cxx
- Common/Core/Testing/Cxx/TestArrayBool.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/TestArrayBool.cxx
- Common/Core/Testing/Cxx/TestArrayCasting.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/TestArrayCasting.cxx
- Common/Core/Testing/Cxx/TestArrayExtents.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/TestArrayExtents.cxx
- Common/Core/Testing/Cxx/TestArrayInterpolationDense.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestArrayInterpolationDense.cxx
- Common/Core/Testing/Cxx/TestArrayNullValues.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestArrayNullValues.cxx
- Common/Core/Testing/Cxx/TestArrayUserTypes.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/TestArrayUserTypes.cxx
- Common/Core/Testing/Cxx/TestArrayVariants.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/TestArrayVariants.cxx
- Common/Core/Testing/Cxx/TestSparseArrayValidation.cxx 1 addition, 1 deletionCommon/Core/Testing/Cxx/TestSparseArrayValidation.cxx
- Common/Core/Testing/Cxx/TestUnicodeStringAPI.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/TestUnicodeStringAPI.cxx
- Common/Core/Testing/Cxx/TestUnicodeStringArrayAPI.cxx 2 additions, 2 deletionsCommon/Core/Testing/Cxx/TestUnicodeStringArrayAPI.cxx
- Common/Core/vtkAndroidOutputWindow.cxx 1 addition, 1 deletionCommon/Core/vtkAndroidOutputWindow.cxx
- Common/Core/vtkGarbageCollector.cxx 1 addition, 1 deletionCommon/Core/vtkGarbageCollector.cxx
- Common/Core/vtkObjectBase.cxx 1 addition, 1 deletionCommon/Core/vtkObjectBase.cxx
- Common/Core/vtkTimePointUtility.cxx 1 addition, 1 deletionCommon/Core/vtkTimePointUtility.cxx
- Common/Core/vtkVariant.cxx 1 addition, 1 deletionCommon/Core/vtkVariant.cxx
- Common/DataModel/Testing/Cxx/otherCellArray.cxx 1 addition, 1 deletionCommon/DataModel/Testing/Cxx/otherCellArray.cxx
- Common/DataModel/Testing/Cxx/otherCellBoundaries.cxx 1 addition, 1 deletionCommon/DataModel/Testing/Cxx/otherCellBoundaries.cxx
Loading
Please register or sign in to comment