mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Merge pull request #243 from chriselrod/patch-1
Fix typo in docs comparing open to closed adressing `map`s
This commit is contained in:
@ -12,7 +12,7 @@ array, and insertions into an already occupied bucket are diverted to available
|
||||
vicinity of the original position. This type of data layout is known as _open addressing_.
|
||||
|
||||
As a result of its using open addressing, the interface of `boost::unordered_flat_map` deviates in
|
||||
a number of aspects from that of `boost::unordered_flat_map`/`std::unordered_flat_map`:
|
||||
a number of aspects from that of `boost::unordered_map`/`std::unordered_map`:
|
||||
|
||||
- `value_type` must be move-constructible.
|
||||
- Pointer stability is not kept under rehashing.
|
||||
|
Reference in New Issue
Block a user