https://bugs.gentoo.org/414033 --- a/src/common/Pool.h +++ b/src/common/Pool.h @@ -393,7 +393,7 @@ class RTList : public RTListBase { inline Iterator allocAppend() { if (pPool->poolIsEmpty()) return RTListBase::begin(); Iterator element = pPool->alloc(); - append(element); + this->append(element); #if CONFIG_DEVMODE element.list = this; #endif // CONFIG_DEVMODE