mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 05:53:13 +00:00
Initializing a vector from an initializer_list defeats move construction (since initializer_list is const). Moreover it is suspected to cause a crash due to a miscompile. In any case, this patch fixes the crash. Fixes #9735. Closes #9736