#include "master.hpp" namespace factor { factor_vm::factor_vm() { memset(this,0,sizeof(factor_vm)); } }