This is not enough to be grep'ing for #include you should also grep
for use of old deprecated syntax: strstream and co.
This is part of a larger bug:
http://vtk.org/Bug/bug.php?op=show&bugid=1953
--
Mathieu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble?
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
appe
2 matches
Mail list logo