Change istringstream back to a typedef so there is no need to redefine every class memeber.

This commit is contained in:
ehofman
2003-11-09 08:56:09 +00:00
parent c4d5d85c3e
commit 13a42f1d9e

View File

@@ -14,8 +14,7 @@ namespace std {
};
class istringstream : public istrstream {
};
typedef istrstream istringstream;
};