ERR: using declaration to move streams into std namespace needs to bring up ostrstream and ostringstream, not strstream and stringstream.

This commit is contained in:
Brad King
2002-06-21 10:31:37 -04:00
parent 953e01a604
commit e328ee73c8
+2 -2
View File
@@ -108,9 +108,9 @@ using ::ifstream;
using ::ofstream;
#if !defined(CMAKE_NO_ANSI_STRING_STREAM)
using ::stringstream;
using ::ostringstream;
#else
using ::strstream;
using ::ostrstream;
#endif
using ::endl;