View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002906VTK(No Category)public2006-02-22 14:542016-08-12 09:54
Reporterdorival pedroso 
Assigned ToWill Schroeder 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002906: Simple modifications to stop warning (deprecated) messages w.r.t vtkIOstream.h
DescriptionSimple 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.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0036832)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036832
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team