Change istringstream back to a typedef so there is no need to redefine every class memeber.
This commit is contained in:
@@ -14,8 +14,7 @@ namespace std {
|
||||
};
|
||||
|
||||
|
||||
class istringstream : public istrstream {
|
||||
};
|
||||
typedef istrstream istringstream;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user