
2 Oct
2007
2 Oct
'07
7:15 p.m.
On 10/2/07, Marco <mrcekets@gmail.com> wrote:
However your last changes makes the code too complicated, IMO. I made up a metafunction called wrapper that should do the work.
Yes your metafunction is nice but I wanted to reuse the same 'do_compose' struct already used for getting the linear hineritance adding only a couple of lines (2 in the primary template, 1 in the specialization). Your is a general metafunction wrapper, my hack is very tailored for this task only. Marco