ERR: istrstream and istringstream need to be pulled into namespace std on the SGI.

This commit is contained in:
Brad King 2002-10-11 08:36:20 -04:00
parent 5b9feb6fdc
commit 98ae74ce74
1 changed files with 2 additions and 0 deletions

View File

@ -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;