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>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="std::string &"/>
|
<returnValue type="std::string &"/>
|
||||||
<arg nr="1"/>
|
<arg nr="any"/>
|
||||||
</function>
|
</function>
|
||||||
<!-- std::wstring& std::wstring::append (const std::wstring& str); -->
|
<!-- std::wstring& std::wstring::append (const std::wstring& str); -->
|
||||||
<function name="std::wstring::append">
|
<function name="std::wstring::append">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="std::wstring &"/>
|
<returnValue type="std::wstring &"/>
|
||||||
<arg nr="1"/>
|
<arg nr="any"/>
|
||||||
</function>
|
</function>
|
||||||
<!-- std::basic_string& std::basic_string::append (const std::basic_string& str); -->
|
<!-- std::basic_string& std::basic_string::append (const std::basic_string& str); -->
|
||||||
<function name="std::basic_string::append">
|
<function name="std::basic_string::append">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="std::basic_string &"/>
|
<returnValue type="std::basic_string &"/>
|
||||||
<arg nr="1"/>
|
<arg nr="any"/>
|
||||||
</function>
|
</function>
|
||||||
<!-- void reserve (size_t n = 0); -->
|
<!-- void reserve (size_t n = 0); -->
|
||||||
<function name="std::string::reserve,std::wstring::reserve,std::basic_string::reserve">
|
<function name="std::string::reserve,std::wstring::reserve,std::basic_string::reserve">
|
||||||
|
|
Loading…
Reference in New Issue