Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 739
    • Issues 739
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 198
    • Merge requests 198
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

An update will be applied May 24th, between 12PM and 1PM EDT (UTC -400). The site may be slow during that time.

  • VTK
  • VTKVTK
  • Issues
  • #1457

Closed
Open
Created Jan 04, 2005 by Kitware Robot@kwrobotOwner

Deprecated C++ headers

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


> VTK: 4.4 > ICC: 8.1 > Header: strstream > From: Common/vtkIOStream.h(32) > > Error Message: > Building object file vtkAbstractMapper.o... > /export/home/hpc026/VTK/Common/vtkIOStream.h(32): catastrophic error: > could not open source file "strstream" > # include <strstream> // Include real ansi strstreams.

VTK has a bunch of compatibility headers to help it work with older compilers. Until now every compiler has supported the old <strstream> header or a variation of it so there was little motivation to upgrade to use the new <sstream> header since old compilers don't provide it. Some of our other projects use <sstream> and have a compatibility implementation to work with compilers that provide only <strstream>.

Assignee
Assign to
Time tracking