std.cfg: Added support for std::string::erase().

This commit is contained in:
orbitcowboy 2017-10-15 11:17:17 +02:00
parent b72fb2a036
commit a886f4f649
1 changed files with 11 additions and 0 deletions

View File

@ -6110,6 +6110,17 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<valid>2:36</valid>
</arg>
</function>
<!-- iterator std::string::erase (const_iterator first, const_iterator last); -->
<function name="std::string::erase,std::wstring::erase,std::basic_string::erase">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- InputIterator std::adjacent_find(InputIterator first, InputIterator last) -->
<function name="std::adjacent_find">
<use-retval/>