Skip to content
Snippets Groups Projects
Commit a486967b authored by Mathieu Malaterre's avatar Mathieu Malaterre
Browse files

COMP: Try to get stringstream emulation working

parent dc6b8493
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ public:
{
stringstream_cleanup cleanup(*this);
stringstream_cleanup::IgnoreUnusedVariable(cleanup);
int count = this->pcount();
int count = this->rdbuf()->pcount();
const char* ptr = this->Superclass::str();
return kwsys_stl::string(ptr?ptr:"", count);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment