ERR: istrstream and istringstream need to be pulled into namespace std on the SGI.
This commit is contained in:
parent
5b9feb6fdc
commit
98ae74ce74
|
@ -122,8 +122,10 @@ using ::ofstream;
|
|||
|
||||
#if !defined(CMAKE_NO_ANSI_STRING_STREAM)
|
||||
using ::ostringstream;
|
||||
using ::istringstream;
|
||||
#else
|
||||
using ::ostrstream;
|
||||
using ::istrstream;
|
||||
#endif
|
||||
|
||||
using ::endl;
|
||||
|
|
Loading…
Reference in New Issue