Package: libvtk5-dev
Version: 5.0.1-4 0

The file /usr/include/vtk-5.0/vtkIOStream.h #includes strstream
apparently believing it is complying with the modern C++ ANSI
standard, but it's not. It should be using sstream instead.

Grepping through the other header files in the same directory, it
appears that the string "strstream" only appears in the following
header files:

    vtkIOStream.h
    vtkOStrStreamWrapper.h:
    vtkSystemIncludes.h

Changing the only instances of strstreams in vtkIOStream.h with
stringstreams and <strstream> with <sstream> seems to have broken
nothing.

- Jordi G. H.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to