std.cfg: Added support for std::string:swap().

This commit is contained in:
orbitcowboy 2017-10-07 00:46:34 +02:00
parent b1c730405f
commit c978e66936
1 changed files with 7 additions and 0 deletions

View File

@ -5914,6 +5914,13 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<returnValue type="char"/>
<use-retval/>
</function>
<!-- void swap (string& str); -->
<function name="std::string::swap">
<noreturn>false</noreturn>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<function name="std::string::c_str,std::string::data">
<noreturn>false</noreturn>
<returnValue type="const char *"/>