std.cfg: Fixed FP in std::string:swap().
This commit is contained in:
parent
c978e66936
commit
ee6e4c3ccd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue