std.cfg: Fixed FP in std::string:swap().

This commit is contained in:
orbitcowboy 2017-10-07 00:49:09 +02:00
parent c978e66936
commit ee6e4c3ccd
1 changed files with 1 additions and 3 deletions

View File

@ -5917,9 +5917,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<!-- void swap (string& str); -->
<function name="std::string::swap">
<noreturn>false</noreturn>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="1"/>
</function>
<function name="std::string::c_str,std::string::data">
<noreturn>false</noreturn>