FileStream: avoid warning about missing initialisation
FileStream::current_ is now explicitly initialized in the constructor. Avoids reading the garbage value in case of an empty file.
Showing
Please
register
or
sign in
to comment
FileStream::current_ is now explicitly initialized in the constructor. Avoids reading the garbage value in case of an empty file.