std.cfg: Added support for std::string::reserve().
This commit is contained in:
parent
a886f4f649
commit
51eb4ffe9b
|
@ -6121,6 +6121,15 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void reserve (size_t n = 0); -->
|
||||||
|
<function name="std::string::reserve,std::wstring::reserve,std::basic_string::reserve">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" default="0">
|
||||||
|
<not-uninit/>
|
||||||
|
<valid>0:</valid>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- InputIterator std::adjacent_find(InputIterator first, InputIterator last) -->
|
<!-- InputIterator std::adjacent_find(InputIterator first, InputIterator last) -->
|
||||||
<function name="std::adjacent_find">
|
<function name="std::adjacent_find">
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
|
|
Loading…
Reference in New Issue