std.cfg: std::string::append() added 'arg nr any'.
This commit is contained in:
parent
2408096cc8
commit
d2732e9459
|
@ -6451,21 +6451,21 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="std::string &"/>
|
||||
<arg nr="1"/>
|
||||
<arg nr="any"/>
|
||||
</function>
|
||||
<!-- std::wstring& std::wstring::append (const std::wstring& str); -->
|
||||
<function name="std::wstring::append">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="std::wstring &"/>
|
||||
<arg nr="1"/>
|
||||
<arg nr="any"/>
|
||||
</function>
|
||||
<!-- std::basic_string& std::basic_string::append (const std::basic_string& str); -->
|
||||
<function name="std::basic_string::append">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="std::basic_string &"/>
|
||||
<arg nr="1"/>
|
||||
<arg nr="any"/>
|
||||
</function>
|
||||
<!-- void reserve (size_t n = 0); -->
|
||||
<function name="std::string::reserve,std::wstring::reserve,std::basic_string::reserve">
|
||||
|
|
Loading…
Reference in New Issue