std.cfg: Added support for std::wifstream::seekg().

This commit is contained in:
orbitcowboy 2019-02-13 08:52:45 +01:00
parent 7b5c010c31
commit 103ec5b5a1
1 changed files with 10 additions and 0 deletions

View File

@ -6478,6 +6478,16 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<not-uninit/>
</arg>
</function>
<!-- std::wifstream& std::wifstream::seekg (streampos pos);
std::wifstream& std::wifstream::seekg (streamoff off, ios_base::seekdir way); -->
<function name="std::wifstream::seekg">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="std::wifstream &amp;"/>
<arg nr="any">
<not-uninit/>
</arg>
</function>
<!-- https://en.cppreference.com/w/cpp/string/basic_string/assign -->
<function name="std::basic_string::assign">
<noreturn>false</noreturn>