#include <wvlink.h>
Note that WvLink itself is untyped to minimize the amount of generated code. This means that WvLink cannot handle the auto_free behaviour itself which would require static type information. Instead, it defers this behaviour to the template instantiation of WvList<T> that uses it.