mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
Rename poorly named get_inner_m.
This commit is contained in:
Vendored
+1
-1
@@ -3444,7 +3444,7 @@ public:
|
||||
return sets_[idx];
|
||||
}
|
||||
|
||||
const Inner& get_inner_m(size_t idx) const {
|
||||
const Inner& get_inner(size_t idx) const {
|
||||
return sets_[idx];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user