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); -->
|
<!-- void swap (string& str); -->
|
||||||
<function name="std::string::swap">
|
<function name="std::string::swap">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<arg nr="1">
|
<arg nr="1"/>
|
||||||
<not-uninit/>
|
|
||||||
</arg>
|
|
||||||
</function>
|
</function>
|
||||||
<function name="std::string::c_str,std::string::data">
|
<function name="std::string::c_str,std::string::data">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue