Skip to content

Commit 44901c4

Browse files
authored
std.cfg: Added support for std::istream::eof (#6002)
1 parent d429d7d commit 44901c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg/std.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6516,7 +6516,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
65166516
<noreturn>false</noreturn>
65176517
</function>
65186518
<!-- bool eof() const; -->
6519-
<function name="std::ios::eof,std::ios_base::eof,std::ostream::eof,std::ofstream::eof,std::ostringstream::eof,std::istringstream::eof,std::wistringstream::eof,std::basic_istringstream::eof">
6519+
<function name="std::ios::eof,std::ios_base::eof,std::ostream::eof,std::ofstream::eof,std::ostringstream::eof,std::istringstream::eof,std::wistringstream::eof,std::basic_istringstream::eof,std::istream::eof">
65206520
<use-retval/>
65216521
<const/>
65226522
<returnValue type="bool"/>

0 commit comments

Comments
 (0)