Change-Id: I38b5496f8f1afac24e41f3408b10371e932a47f5
This commit is contained in:
PulkoMandy
2023-04-29 22:46:03 +02:00
parent b289c1e406
commit d1aa4a4295
+1 -1
View File
@@ -344,7 +344,7 @@ public:
return true; return true;
} }
/*! \brief Iterator for BOpenHashMap /*! \brief Iterator for BOpenHashTable
The iterator is not invalidated when removing the current element from The iterator is not invalidated when removing the current element from
the table, unless the removal triggers a resize. the table, unless the removal triggers a resize.