Using .open()
after default construction results in empty file
#65
Labels
.open()
after default construction results in empty file
#65
If you default construct a
zstr::ofstream
object and then use.open()
on the same object no data is written to the file.This code snippet shows this issue. The file
test.txt.gz
will be empty at the termination of this programThe text was updated successfully, but these errors were encountered: