mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +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.