Created on 2025-09-09.00:00:00 last changed 1 month ago
[ 2025-10-21; Reflector poll. ]
Set priority to 3 after reflector poll.
The range insertion operations of `flat_map`/`multimap`/`set`/`multiset` have this Remarks: element:
Since this operation performs an in-place merge, it may allocate memory.
It is not clear what happens if that allocation fails. If the `inplace_merge` algorithm is used, it will fall back to a less efficient 𝒪(N log N) algorithm, but this is not reflected in the Complexity: element. Alternatively, if the allocation failure is reported by an exception, that should be called out in the spec.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2025-10-21 13:38:15 | admin | set | messages: + msg15309 |
| 2025-09-09 00:00:00 | admin | create | |