Your message dated Wed, 19 Aug 2009 23:48:34 +0200
with message-id <[email protected]>
and subject line Re: Bug#396283: libvtk5-dev includes deprecated C++ header
has caused the Debian Bug report #396283,
regarding libvtk5-dev includes deprecated C++ header
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
396283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=396283
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Package: libvtk5-dev
Version: 5.2.1-1
On Mon, 30 Oct 2006, Jordi Gutierrez Hermoso wrote:
> 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.
[...]
Hi, this bug has been fixed upstream in VTK 5.2, I am closing it now.
Thanks for your report.
Denis
--- End Message ---