• Max Kellermann's avatar
    util/IntrusiveList: add type alias "Hook" · a6eb2647
    Max Kellermann authored
    By casting to SafeLinkIntrusiveListHook if appropriate, this fixes a
    bug in the erase() method, where erase() calls
    IntrusiveListHook::unlink() instead of
    SafeLinkIntrusiveListHook::unlink().
    a6eb2647
IntrusiveList.hxx 8.27 KB