io/BufferedOutputStream: use std::byte
This commit is contained in:

committed by
Max Kellermann

parent
35c11afd54
commit
8c6bc02bf7
@@ -53,7 +53,7 @@ class OutputStream;
|
||||
class BufferedOutputStream {
|
||||
OutputStream &os;
|
||||
|
||||
DynamicFifoBuffer<char> buffer;
|
||||
DynamicFifoBuffer<std::byte> buffer;
|
||||
|
||||
public:
|
||||
explicit BufferedOutputStream(OutputStream &_os,
|
||||
|
Reference in New Issue
Block a user