mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 05:35:48 +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.