Compensate for V3 changes
authorMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 22 Nov 2000 19:05:42 +0000 (19:05 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 22 Nov 2000 19:05:42 +0000 (19:05 +0000)
From-SVN: r37666

gcc/testsuite/g++.old-deja/g++.law/virtual3.C
gcc/testsuite/g++.old-deja/g++.other/headers1.C
gcc/testsuite/g++.old-deja/g++.robertl/eb21.C
gcc/testsuite/g++.old-deja/g++.robertl/eb39.C
gcc/testsuite/g++.old-deja/g++.robertl/eb77.C

index 92e7db8a1e8d227a91b994f37b8fd8b36a3fcca6..0e25a3e70e1102463cbecca2fb7359a808791004 100644 (file)
@@ -8,6 +8,7 @@
 #include <iostream.h>
 #include <strstream.h>
 
+using namespace std;
 
 class BugStream : public ostrstream {
 public:
index 36bdf1ab6aa293c89760c005afe7d72628bcd9ff..9316d32541bd0699bcd304f9d23e46e83fa2b188 100644 (file)
@@ -41,7 +41,6 @@
 #include <stack>
 #include <stdexcept>
 #include <string>
-#include <strstream>
 #include <typeinfo>
 #include <utility>
 #include <valarray>
index c6bf6705f9f3fd36a7cac1ca684c2deb8b13580d..f534f4891d7d7a4f0e088ef7cd665936bffdfa31 100644 (file)
@@ -2,6 +2,8 @@
 
 #include <strstream.h>
 
+using namespace std;
+
 /*----------------------------------------*/
 
 struct connection_t {
index 504e2c46cbbc994eef39988434a68ebb444247e0..4d194e0501055bc28b4035c60df59061143f35ba 100644 (file)
@@ -6,6 +6,8 @@
 #include <strstream.h>
 #include <string.h>
 
+using namespace std;
+
 extern bool foo2 (ostream &out, istream &in);
 
 bool
index d37b3eab62e9f613f39cf11a47b9571d82a60015..f5fbb6f2515c18437f61cfd3f10491ec18fe8a5f 100644 (file)
@@ -1,6 +1,8 @@
 #include <stream.h>
 #include <strstream.h>
 
+using namespace std;
+
 int
 main(int, char* [])
 {