Skip to content

Commit ee6e4c3

Browse files
committed
std.cfg: Fixed FP in std::string:swap().
1 parent c978e66 commit ee6e4c3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cfg/std.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5917,9 +5917,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
59175917
<!-- void swap (string& str); -->
59185918
<function name="std::string::swap">
59195919
<noreturn>false</noreturn>
5920-
<arg nr="1">
5921-
<not-uninit/>
5922-
</arg>
5920+
<arg nr="1"/>
59235921
</function>
59245922
<function name="std::string::c_str,std::string::data">
59255923
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)