From: pcanterino <> Date: Mon, 11 May 2009 15:41:18 +0000 (+0000) Subject: Changed usage of template class. X-Git-Tag: version_3_1~3 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/d63f55f3d737aa05e3a1496168c7b4979cbed782?ds=inline;hp=d63f55f3d737aa05e3a1496168c7b4979cbed782 Changed usage of template class. We don't use the "new" (2006...) set_var() (and so on) methods any more, because it causes some problems concercing variable substitution. Instead we use fillin() and so on and start loop parsing manually using parse_loop(). I think there is actually no need of using the new methods. Maybe we can switch it later. ---