Using reserve, buffer size is not updated. Since data is directly inserted and not using push_pack, this can lead to a container overflow.
21 KiB
21 KiB
Using reserve, buffer size is not updated. Since data is directly inserted and not using push_pack, this can lead to a container overflow.