Menu

#3 0.8.2 Fixed missing operator for ifstream

v1.0_(example)
open
nobody
None
5
2021-03-12
2021-03-12
No

When building with gcc > 6 there are some issues with istream and the boolean operator.
You are comparing the stream with an integer, instead use the bool operator.

Patch file is attached.

1 Attachments

Discussion


Log in to post a comment.