We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a35e5 commit 5a3cd54Copy full SHA for 5a3cd54
1 file changed
fi/include/reverse_purge_hash_map_impl.hpp
@@ -71,8 +71,8 @@ states_(nullptr)
71
if (other.states_[i] > 0) {
72
new (&keys_[i]) K(other.keys_[i]);
73
values_[i] = other.values_[i];
74
+ if (--num == 0) break;
75
}
- if (--num == 0) break;
76
77
78
std::copy(other.states_, other.states_ + size, states_);
0 commit comments