MantisBT - VTK
View Issue Details
0002906VTK(No Category)public2006-02-22 14:542016-08-12 09:54
dorival pedroso 
Will Schroeder 
lowfeaturealways
closedmoved 
 
 
0002906: Simple modifications to stop warning (deprecated) messages w.r.t vtkIOstream.h
Simple modifications to stop warning (deprecated) messages w.r.t compiling vtkIOstream.h file

Inside vtkIOstream.h:
Line 36:
  old: #include <strstream>
  new: #include <sstream>
Line 55:
  old: using std::ostrstream;
  new: using std::ostringstream;
Line 56:
  old: using std::istrstream;
  new: using std::istringstream;
Line 57:
  old: using std::strstream;
  new: using std::stringstream;

Just suggestion.
No tags attached.
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036832
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0036832)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.