Commit 2b30ac23 authored by Max Kellermann's avatar Max Kellermann

util/IntrusiveList: add another missing ToNode() call

parent 1c97793b
......@@ -338,7 +338,7 @@ public:
}
static constexpr iterator iterator_to(const T &t) noexcept {
return {&t};
return {&ToNode(t)};
}
iterator erase(iterator i) noexcept {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment