]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools: modify ceph_dedup_tool to maintain Clang 15 compatibility 54578/head
authorRonen Friedman <rfriedma@redhat.com>
Mon, 20 Nov 2023 18:44:17 +0000 (12:44 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Mon, 20 Nov 2023 18:44:17 +0000 (12:44 -0600)
commitfd4e52b042b5f86350968de610e4e71cba379033
tree5b3d005c1310a98dfa757c467621f324e308606d
parent6adc03ac3718e0fe36fb2fc7c2432211158b407b
tools: modify ceph_dedup_tool to maintain Clang 15 compatibility

Adding 'typename' in two instances, where version 15 of Clang
still requires it. P0634R3, which made those 'typename' redundant,
is only supported starting Clang 16.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/tools/ceph_dedup_tool.cc