mirror of
https://github.com/reactos/CMake.git
synced 2025-02-16 09:37:36 +00:00
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…
x
Reference in New Issue
Block a user