Final refactor of basebuffer
This commit is contained in:
@@ -255,6 +255,7 @@ class ReplayLogfile : public std::ifstream {
|
||||
using std::ifstream::ifstream;
|
||||
using DD = DataDeserializer<ReplayLogfile>;
|
||||
public:
|
||||
using string_type = std::string;
|
||||
void read_bytes_into(char *n, size_t size) {
|
||||
read(n, size);
|
||||
if (!good()) {
|
||||
|
||||
Reference in New Issue
Block a user