Relax streambuffer character requirements
Previously, we enforced that the stream buffer must inherit from std::streambuf, which restricts the character type of stream buffers to char only. With uint8_t buffers being as common, this restriction turns out to be too tight. This change relaxes it.
Showing
Please register or sign in to comment