[hashmap] Minor
This commit is contained in:
parent
cc1ed76f38
commit
a7df5a7bda
|
@ -211,7 +211,7 @@ struct hb_hashmap_t
|
||||||
)
|
)
|
||||||
|
|
||||||
/* Sink interface. */
|
/* Sink interface. */
|
||||||
hb_hashmap_t<K, V, kINVALID, vINVALID>& operator << (const hb_pair_t<K, V>& v)
|
hb_hashmap_t& operator << (const hb_pair_t<K, V>& v)
|
||||||
{ set (v.first, v.second); return *this; }
|
{ set (v.first, v.second); return *this; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue