Re: [pygccxml-development] FT -subst_t
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-10-10 11:13:20
|
Roman Yakovenko wrote: > I propose to delete subst_t class. Main reason: > Method substitute defines some logic, according to which this it decides how to > indent the code. This is just wrong. code_manager_t class understands > the meaning of > the variables, so it is its respocibility to indent the code. Without > subsitute method this class is pretty useless. This proposal doesn't mention how to get back the actual functionality after removing subst_t. So I take it you suggest to move the substitute() method into the code_manager_t class? - Matthias - |