But how... Even the current version of MetaEditor complains when the template parameters count is wrong. But Some of the parameters are not just a regular values, and maybe this is what the oldest MetaEditor can't work with. Also at row 470 we have this:
virtual void _execute_() = 0;
... which is fine. Will your MetaEditor understand it like this?
virtual void _execute_() = NULL;

