Skip to content

Commit

Permalink
std.cfg: Added support for std::basic_stringstream::str()
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 23, 2024
1 parent f303757 commit 40e1488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cfg/std.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6511,9 +6511,10 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- std::string std::ostringstream::str() const; -->
<!-- std::string std::stringstream::str() const; -->
<!-- std::string std::basic_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,std::stringstream::str">
<function name="std::ostringstream::str,std::stringstream::str,std::basic_stringstream::str">
<use-retval/>
<const/>
<returnValue type="std::string"/>
Expand Down

0 comments on commit 40e1488

Please sign in to comment.