Update serialization.hpp

This commit is contained in:
Elad.Ash 2024-03-01 14:22:35 +02:00
parent ccaeb87b01
commit cfbe7669b4
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public:
{
data.insert(data.begin() + pos - data_offset, ptr, ptr + size);
pos += size;
return true;-
return true;
}
// Seems to be much faster than data.begin() + pos on MSVC