MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0002906 | VTK | (No Category) | public | 2006-02-22 14:54 | 2016-08-12 09:54 |
| Reporter | dorival pedroso | ||||
| Assigned To | Will Schroeder | ||||
| Priority | low | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0002906: Simple modifications to stop warning (deprecated) messages w.r.t vtkIOstream.h | ||||
| Description | 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. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||