cannot create an unsigned char bzip2 compressor
Open
- Dominant language
- C
- Stars
- 48
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
https://godbolt.org/z/6Gq67Yd8x
```
filtering_stream out;
out.push(basic_bzip2_compressor>{});
```
This is due to `bzip2_base::char_type` being hard-coded:
https://github.com/boostorg/iostreams/blob/9edd46fe730e2086675a91629287224bd92590ab/include/boost/iostreams/filter/bzip2.hpp#L154-L156
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.