Address some compiler warnings

This commit is contained in:
Thomas Krijnen
2025-10-08 14:18:17 +02:00
parent e15f222a19
commit 14c1b70768
3 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ public:
return iterator(base_map_->find(k), &transform_);
}
size_t erase(const key_type& k) {
size_t erase(const key_type&) {
// @todo
return 0;
}