bxzstr icon indicating copy to clipboard operation
bxzstr copied to clipboard

streamline class definitions

Open robertnurnberg opened this issue 11 months ago • 1 comments

This PR implements the changes discussed in https://github.com/tmaklin/bxzstr/pull/34.

This compiles and works for my local project, but apart from that no extensive testing was done.

robertnurnberg avatar Feb 03 '25 18:02 robertnurnberg

Btw, in the line

ostream(std::ostream & os, Compression type = plaintext, int level = 6)

should this be type = z for consistency? Could add the fix to this PR if you want.

robertnurnberg avatar Feb 03 '25 18:02 robertnurnberg