std.cfg: Added support for std::stringstream::str()

This commit is contained in:
orbitcowboy 2019-06-07 21:07:22 +02:00
parent 92d8b9d68f
commit 1e53cf0397
1 changed files with 2 additions and 1 deletions

View File

@ -6197,9 +6197,10 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</arg>
</function>
<!-- std::string std::ostringstream::str() const; -->
<!-- std::string std::stringstream::str() const; -->
<!-- @todo Implement the second version when function overloading is possible: -->
<!-- void std::ostringstream::str(const string & s); -->
<function name="std::ostringstream::str">
<function name="std::ostringstream::str,std::stringstream::str">
<use-retval/>
<const/>
<returnValue type="std::string"/>