std.cfg: Added support for std::wifstream::seekg().
This commit is contained in:
parent
7b5c010c31
commit
103ec5b5a1
10
cfg/std.cfg
10
cfg/std.cfg
|
@ -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 &"/>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue