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.
aux_
1 parent 6ad66cd commit 5ecd21bCopy full SHA for 5ecd21b
include/gtl/phmap.hpp
@@ -3580,7 +3580,7 @@ class parallel_hash_set {
3580
UniqueLock m(inner);
3581
inner.set_.clear();
3582
if constexpr (!std::is_same_v<gtl::priv::empty, aux_type>)
3583
- inner->aux_.clear();
+ inner.aux_.clear();
3584
}
3585
3586
@@ -3591,7 +3591,7 @@ class parallel_hash_set {
3591
3592
3593
3594
3595
3596
3597
// This overload kicks in when the argument is an rvalue of insertable and
0 commit comments