The only valid objects to add to the list are those that inherit from IntrusiveListNode. Therefore anything being added to the list that isn't inheriting from it will cause compilation to fail.
The only valid objects to add to the list are those that inherit from IntrusiveListNode. Therefore anything being added to the list that isn't inheriting from it will cause compilation to fail.