Skip to content

Commit 9e7337b

Browse files
authored
std.cfg: Added support for std::[oi]fstream::is_open() (#5997)
1 parent 4e66b59 commit 9e7337b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

cfg/std.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6536,6 +6536,13 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
65366536
<returnValue type="bool"/>
65376537
<noreturn>false</noreturn>
65386538
</function>
6539+
<!-- bool is_open() const; -->
6540+
<function name="std::basic_ifstream::is_open,std::ifstream::is_open,std::basic_ofstream::is_open,std::ofstream::is_open">
6541+
<use-retval/>
6542+
<const/>
6543+
<returnValue type="bool"/>
6544+
<noreturn>false</noreturn>
6545+
</function>
65396546
<!--std::ofstream& std::ofstream::write (const char* s, streamsize n);-->
65406547
<function name="std::ofstream::write">
65416548
<returnValue type="std::ofstream &amp;"/>

0 commit comments

Comments
 (0)