mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
Merge pull request #54578 from ronen-fr/wip-rf-dedup-clang
tools: modify ceph_dedup_tool to maintain Clang 15 compatibility Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Reviewed-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
commit
94e40c80f3
@ -581,9 +581,9 @@ public:
|
||||
} entry_into = NONE;
|
||||
|
||||
/// Valid iterator into map for UNDER|OVER, default for NONE
|
||||
map_t::iterator iter;
|
||||
typename map_t::iterator iter;
|
||||
|
||||
entry_t(entry_into_t entry_into, map_t::iterator iter) :
|
||||
entry_t(entry_into_t entry_into, typename map_t::iterator iter) :
|
||||
entry_into(entry_into), iter(iter) {
|
||||
ceph_assert(entry_into != NONE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user