|
@@ -173,6 +173,10 @@ public:
|
|
|
this->~istringstream();
|
|
this->~istringstream();
|
|
|
new (this) istringstream(s);
|
|
new (this) istringstream(s);
|
|
|
}
|
|
}
|
|
|
|
|
+ void clear(int flags)
|
|
|
|
|
+ {
|
|
|
|
|
+ this->IStrStream::clear(flags);
|
|
|
|
|
+ }
|
|
|
private:
|
|
private:
|
|
|
istringstream(const istringstream&);
|
|
istringstream(const istringstream&);
|
|
|
void operator=(const istringstream&);
|
|
void operator=(const istringstream&);
|