• Matthias Vallentin's avatar
    Relax streambuffer character requirements · d1af88ed
    Matthias Vallentin authored
    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.
    d1af88ed
serialization.cpp 12.1 KB