std.cfg: std::string::append() added 'arg nr any'.

This commit is contained in:
orbitcowboy 2019-02-09 16:58:33 +01:00
parent 2408096cc8
commit d2732e9459
1 changed files with 3 additions and 3 deletions

View File

@ -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 &amp;"/> <returnValue type="std::string &amp;"/>
<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 &amp;"/> <returnValue type="std::wstring &amp;"/>
<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 &amp;"/> <returnValue type="std::basic_string &amp;"/>
<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">