This is meant to allow std::moving the returned object when needed. Otherwise std::move(s.get_vector()) will be degraded to copying. Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com>