std::move on `const auto &` references is essentially a noop. Changing to `auto &&` to actually allow moving.
132 KiB
132 KiB
std::move on `const auto &` references is essentially a noop. Changing to `auto &&` to actually allow moving.