COMP: Try to get stringstream emulation working
This commit is contained in:
parent
6469e1a4c4
commit
df54b22212
|
@ -92,7 +92,7 @@ public:
|
||||||
{
|
{
|
||||||
stringstream_cleanup cleanup(*this);
|
stringstream_cleanup cleanup(*this);
|
||||||
stringstream_cleanup::IgnoreUnusedVariable(cleanup);
|
stringstream_cleanup::IgnoreUnusedVariable(cleanup);
|
||||||
int count = this->pcount();
|
int count = this->rdbuf()->pcount();
|
||||||
const char* ptr = this->Superclass::str();
|
const char* ptr = this->Superclass::str();
|
||||||
return kwsys_stl::string(ptr?ptr:"", count);
|
return kwsys_stl::string(ptr?ptr:"", count);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue