Skip to content

Commit c978e66

Browse files
committed
std.cfg: Added support for std::string:swap().
1 parent b1c7304 commit c978e66

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

cfg/std.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5914,6 +5914,13 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
59145914
<returnValue type="char"/>
59155915
<use-retval/>
59165916
</function>
5917+
<!-- void swap (string& str); -->
5918+
<function name="std::string::swap">
5919+
<noreturn>false</noreturn>
5920+
<arg nr="1">
5921+
<not-uninit/>
5922+
</arg>
5923+
</function>
59175924
<function name="std::string::c_str,std::string::data">
59185925
<noreturn>false</noreturn>
59195926
<returnValue type="const char *"/>

0 commit comments

Comments
 (0)