Skip to content
  • Utkarsh Ayachit's avatar
    COMP: vtkArrayIteratorTemplate.txx was using endl. This file gets included in... · 54ac80d5
    Utkarsh Ayachit authored
    COMP: vtkArrayIteratorTemplate.txx was using endl. This file gets included in the wrapper .cxx files. In wrapper files, stream files are not included instead only forward declared and endl is not forward declared. Hence, using endl is incorrect. Also, endl flushes stream, we don't necessarily need that in PrintSelfs(). Hence, replaced endl with newlines. This should fix the compilation errors on some platforms.
    54ac80d5