Commit 4f3d0af4 by Mark Mitchell

Compensate for V3 changes

From-SVN: r37666
parent 9f6709e0
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <iostream.h> #include <iostream.h>
#include <strstream.h> #include <strstream.h>
using namespace std;
class BugStream : public ostrstream { class BugStream : public ostrstream {
public: public:
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include <stack> #include <stack>
#include <stdexcept> #include <stdexcept>
#include <string> #include <string>
#include <strstream>
#include <typeinfo> #include <typeinfo>
#include <utility> #include <utility>
#include <valarray> #include <valarray>
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
#include <strstream.h> #include <strstream.h>
using namespace std;
/*----------------------------------------*/ /*----------------------------------------*/
struct connection_t { struct connection_t {
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
#include <strstream.h> #include <strstream.h>
#include <string.h> #include <string.h>
using namespace std;
extern bool foo2 (ostream &out, istream &in); extern bool foo2 (ostream &out, istream &in);
bool bool
......
#include <stream.h> #include <stream.h>
#include <strstream.h> #include <strstream.h>
using namespace std;
int int
main(int, char* []) main(int, char* [])
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment