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)
|
#if !defined(CMAKE_NO_ANSI_STRING_STREAM)
|
||||||
using ::ostringstream;
|
using ::ostringstream;
|
||||||
|
using ::istringstream;
|
||||||
#else
|
#else
|
||||||
using ::ostrstream;
|
using ::ostrstream;
|
||||||
|
using ::istrstream;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using ::endl;
|
using ::endl;
|
||||||
|
|
Loading…
Reference in New Issue