]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
include/CompatSet: get_name() returns std::string_view
authorMax Kellermann <max.kellermann@ionos.com>
Wed, 16 Oct 2024 18:01:20 +0000 (20:01 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 28 May 2026 06:22:35 +0000 (08:22 +0200)
commit7b5e7c42605dfde5c2256d628f71a8f586f7b403
tree808ac4bb703549fabf84f54a656f3fd6fd383a10
parent5a45cd213e52fc3dabcccc5ba85706205468a732
include/CompatSet: get_name() returns std::string_view

Creating a temporary copy is useless overhead for all callers.

Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/include/CompatSet.h