Sync from upstream.

This commit is contained in:
Rene Rivera
2024-05-02 22:47:22 -05:00

View File

@ -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.