std.cfg: Configure return type for std::string::empty()
This commit is contained in:
parent
fa7501d3a5
commit
339f861804
|
@ -4023,6 +4023,10 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<function name="std::string::empty">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
</function>
|
||||||
<!-- size_t find (const string& str, size_t pos = 0) const; -->
|
<!-- size_t find (const string& str, size_t pos = 0) const; -->
|
||||||
<!-- size_t find (const char* s, size_t pos, size_t n) const; -->
|
<!-- size_t find (const char* s, size_t pos, size_t n) const; -->
|
||||||
<!-- size_t find (char c, size_t pos = 0) const;-->
|
<!-- size_t find (char c, size_t pos = 0) const;-->
|
||||||
|
|
Loading…
Reference in New Issue