template struct actor1 : public composite { actor1(); template inline void funx(A& a_) { int i; composite::eval(i); } };