boostorg / boostorg/iostreams

Inconsistent return type in zstd.hpp

Open
#172 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
48
Forks
124
PR merge metrics
No merged PRs in 30d

Description

In filter/zstd.hpp there is the following code

`int error() const { return error_; }`

I believe the function should return a size_t instead of an int, this causes a compiler warning

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.