util/IntrusiveList: fix typos
This commit is contained in:
parent
84fd401d21
commit
af544bb16f
@ -559,7 +559,7 @@ public:
|
||||
* given position.
|
||||
*/
|
||||
void splice(iterator position, IntrusiveList &from) noexcept {
|
||||
spice(position, from, from.begin(), from.end(),
|
||||
constant_time_size ? size() : 1);
|
||||
splice(position, from, from.begin(), from.end(),
|
||||
from.constant_time_size ? from.size() : 1);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user