fix warning: avoid copy

This commit is contained in:
Sébastien Loriot 2025-06-02 19:19:42 +02:00
parent cd798cc6eb
commit 503b259c71
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ public:
const_pointer ptr = &*cit;
for (const auto [chunk_ptr, size] : all_items) {
for (const auto& [chunk_ptr, size] : all_items) {
// Are we in the address range of this block (excluding first and last
// elements) ?