j
k
j a
j l
David Abrahams wrote:
[..] template struct node; typedef mpl::vector types; // node > > typedef mpl::inherit_linearly< types , node<_2,_1> ...::type lin; [...] HTH.
[..] template struct node;
typedef mpl::vector types;
// node > > typedef mpl::inherit_linearly< types , node<_2,_1>
::type lin; [...] HTH.
That helps a lot. Thank you! -- Klaus Nowikow
Back to the thread
Back to the list