Skip to content

Commit

Permalink
std.cfg: Added support for std::[oi]fstream::is_open() (#5997)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy authored Feb 18, 2024
1 parent 4e66b59 commit 9e7337b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cfg/std.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6536,6 +6536,13 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<returnValue type="bool"/>
<noreturn>false</noreturn>
</function>
<!-- bool is_open() const; -->
<function name="std::basic_ifstream::is_open,std::ifstream::is_open,std::basic_ofstream::is_open,std::ofstream::is_open">
<use-retval/>
<const/>
<returnValue type="bool"/>
<noreturn>false</noreturn>
</function>
<!--std::ofstream& std::ofstream::write (const char* s, streamsize n);-->
<function name="std::ofstream::write">
<returnValue type="std::ofstream &amp;"/>
Expand Down

0 comments on commit 9e7337b

Please sign in to comment.