std.cfg: Added support for std::string::push_back().
This commit is contained in:
parent
92673afc8f
commit
4b4796a35f
|
@ -5894,6 +5894,13 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void push_back (char c); -->
|
||||
<function name="std::string::push_back">
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<function name="std::string::back">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="char"/>
|
||||
|
|
Loading…
Reference in New Issue