Needed to change the line 8972 if the current version to: `std::string(start + offset, min(length, max_length - offset));` in order to make it compile
Needed to change the line 8972 if the current version to:
std::string(start + offset, min(length, max_length - offset));in order to make it compile