std.cfg: Configure return type for std::string::empty()

This commit is contained in:
Daniel Marjamäki 2017-03-05 11:07:14 +01:00
parent fa7501d3a5
commit 339f861804
1 changed files with 4 additions and 0 deletions

View File

@ -4023,6 +4023,10 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<not-uninit/>
</arg>
</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 char* s, size_t pos, size_t n) const; -->
<!-- size_t find (char c, size_t pos = 0) const;-->