Skip to content

Commit

Permalink
std.cfg: Added support for std::istream::eof (#6002)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy authored Feb 19, 2024
1 parent d429d7d commit 44901c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/std.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6516,7 +6516,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<noreturn>false</noreturn>
</function>
<!-- bool eof() const; -->
<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">
<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">
<use-retval/>
<const/>
<returnValue type="bool"/>
Expand Down

0 comments on commit 44901c4

Please sign in to comment.