Commit 4f3d0af4 by Mark Mitchell

Compensate for V3 changes

From-SVN: r37666
parent 9f6709e0
......@@ -8,6 +8,7 @@
#include <iostream.h>
#include <strstream.h>
using namespace std;
class BugStream : public ostrstream {
public:
......
......@@ -41,7 +41,6 @@
#include <stack>
#include <stdexcept>
#include <string>
#include <strstream>
#include <typeinfo>
#include <utility>
#include <valarray>
......
......@@ -2,6 +2,8 @@
#include <strstream.h>
using namespace std;
/*----------------------------------------*/
struct connection_t {
......
......@@ -6,6 +6,8 @@
#include <strstream.h>
#include <string.h>
using namespace std;
extern bool foo2 (ostream &out, istream &in);
bool
......
#include <stream.h>
#include <strstream.h>
using namespace std;
int
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