mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
vector(size_type count) constructs the container with count default-inserted instances of T. So, current code will end up with 2*num elements which is wrong.